long overdue update for nvim 0.12

This commit is contained in:
2026-05-13 01:24:41 -05:00
parent 4ef55c7feb
commit bcea7e49c0
4 changed files with 21 additions and 31 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ local html_filetypes = { "html", "templ", "htmldjango" }
vim.lsp.config("ts_ls", {
settings = {
implicitProjectConfiguration = {
--checkJs = true,
checkJs = true,
experimentalDecorators = true,
},
},
@@ -177,5 +177,5 @@ vim.lsp.enable({
"templ",
"ts_ls",
"zls",
"roslyn",
"csharp_ls",
})