[vim] Disable lowercase-global warning for Lua LSP

This commit is contained in:
Eryn Wells 2024-03-06 08:41:13 -08:00
parent 929f56ef6f
commit a6a4aa0d90

View file

@ -82,6 +82,7 @@ lspconfig.lua_ls.setup {
Lua = {
diagnostics = {
globals = { "vim" },
disable = { "lowercase-global" },
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),