Add 'dots/' from commit '357b97a7692c8d5ec9666d8d7d7c98d81cb51cf0'
git-subtree-dir: dots git-subtree-mainline:2ad98cde17git-subtree-split:357b97a769
This commit is contained in:
11
dots/.config/nvim/lua/ftdetect.lua
Normal file
11
dots/.config/nvim/lua/ftdetect.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
vim.filetype.add({
|
||||
filename = {
|
||||
[".lintstagedrc"] = "json",
|
||||
},
|
||||
pattern = {
|
||||
["tsconfig.*.json"] = "jsonc",
|
||||
[".*/%.vscode/.*%.json"] = "jsonc",
|
||||
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
||||
["%.env.*"] = "dotenv",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user