chg: Hide the undefined global vim warning
This commit is contained in:
parent
8dda9627af
commit
597ce578ee
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ lspconfig.pyright.setup({
|
||||||
lspconfig.lua_ls.setup({
|
lspconfig.lua_ls.setup({
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
diagnostics = { globals = { 'vim' } },
|
||||||
telemetry = { enable = false },
|
telemetry = { enable = false },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue