dots/.config/nvim/lua/ftdetect.lua

6 lines
74 B
Lua

vim.filetype.add({
filename = {
[".lintstagedrc"] = "json",
},
})