diff --git a/neovim/.config/nvim/lua/user/lsp.lua b/neovim/.config/nvim/lua/user/lsp.lua index 6b3f498..1d556dc 100644 --- a/neovim/.config/nvim/lua/user/lsp.lua +++ b/neovim/.config/nvim/lua/user/lsp.lua @@ -193,6 +193,7 @@ lsp_installer.on_server_ready(function(server) end if server.name == "jsonls" then + opts.filetypes = { "json", "jsonc" } opts.settings = { json = { schemas = require("schemastore").json.schemas({