Migrate vim vscode jsonc filetype detection to nvim

This commit is contained in:
2025-09-26 09:03:26 +02:00
parent 58df131415
commit 6ed4de0b11
3 changed files with 1 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ vim.filetype.add({
[".lintstagedrc"] = "json",
},
pattern = {
[".*/%.vscode/.*%.json"] = "jsonc",
[".*/%.ssh/config%.d/.*"] = "sshconfig",
},
})