* feat: add jsonc support * fix(jsonc): drop jsonc filetype detection workaround in lsp for now
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile tsconfig.json set filetype=jsonc
+]]