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

View file

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