chg: Hide the undefined global vim warning

This commit is contained in:
Sayantan Santra 2024-09-07 14:41:21 +02:00
parent 8dda9627af
commit 597ce578ee
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ lspconfig.pyright.setup({
lspconfig.lua_ls.setup({
settings = {
Lua = {
diagnostics = { globals = { 'vim' } },
telemetry = { enable = false },
},
}