Skip to content

Commit

Permalink
feat(neovim): removed diagnostics from lua_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 7, 2024
1 parent 843737c commit 8f88c7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/neovim/files/lua/aome/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ local servers = {
workspace = {
checkThirdParty = false,
},
diagnostics = {
globals = { "vim" },
},
completion = {
callSnippet = "Replace",
},
Expand Down

0 comments on commit 8f88c7b

Please sign in to comment.