add jsonls

This commit is contained in:
2025-05-01 12:04:29 +02:00
parent 7a3800f2a0
commit b07f1aaf35
+1 -1
View File
@@ -11,7 +11,7 @@ vim.api.nvim_create_autocmd('LspAttach', {
end,
})
vim.lsp.enable({'basedpyright', 'lua_ls', 'yamlls', 'gopls', 'htmx' })
vim.lsp.enable({'basedpyright', 'lua_ls', 'yamlls', 'gopls', 'htmx', 'jsonls' })
vim.cmd("set completeopt+=noselect")
vim.o.winborder='rounded'