diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index acdd939..71b0725 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -240,7 +240,7 @@ return { }, diagnostics = { -- Get the language server to recognize the `vim` global - globals = { 'vim', 'use' }, + globals = { 'vim' }, }, workspace = { -- Make the server aware of Neovim runtime files