rm non-existent gloabl from sumneko_lua conf
https://github.com/NvChad/NvChad/issues/1162#issuecomment-1143369271
This commit is contained in:
parent
d802e8e2a6
commit
1f4f614415
|
@ -54,7 +54,7 @@ lspconfig.sumneko_lua.setup {
|
|||
settings = {
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = { "vim", "nvchad" },
|
||||
globals = { "vim" },
|
||||
},
|
||||
workspace = {
|
||||
library = {
|
||||
|
|
Loading…
Reference in New Issue