feat(lsp): add json-lsp

This commit is contained in:
2025-07-24 18:14:44 +02:00
parent b475e6c80f
commit f6fc4b0ef5
2 changed files with 2 additions and 1 deletions

View File

@@ -132,5 +132,5 @@ vim.lsp.enable({
-- managed in lsp directory
"ltex_ls_plus", "rust-analyzer", "gdscript",
-- managed by lsp-config
"tinymist", "texlab", "clangd", "pyright", "ts_ls", "eslint", "lua_ls", "bashls"
"tinymist", "texlab", "clangd", "pyright", "ts_ls", "eslint", "lua_ls", "bashls", "jsonls"
})