Skip to content

Commit

Permalink
fix(nvim): jsonls errors
Browse files Browse the repository at this point in the history
  • Loading branch information
meatcar committed Feb 28, 2024
1 parent c86626c commit 115dc8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/modules/neovim/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ return {
validate = { enable = true },
},
},
handlers = {
["textDocument/diagnostic"] = function() end
}
}
lspconfig.yamlls.setup {
settings = {
Expand Down

0 comments on commit 115dc8d

Please sign in to comment.