feat(lsp): add jsonls

This commit is contained in:
2026-05-10 00:32:00 +02:00
parent 067594ef9e
commit 768679aadf
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -164,8 +164,6 @@ vim.api.nvim_create_autocmd("FileType", {
vim.api.nvim_create_autocmd("FileType", {
desc = "2-space indent",
pattern = {
"json",
"jsonc",
"markdown",
"html",
"css",
+1
View File
@@ -83,6 +83,7 @@ function M.setup()
-- "hyprls",
"intelephense",
-- "jedi_language_server",
"jsonls",
"lemminx",
-- "xml_ls",
-- "lua_ls",