removed ununsed 'use' keyword for lua

This commit is contained in:
Oliver Hartmann 2023-01-29 11:41:28 +01:00
parent 2b0d14d7a1
commit c60cf314be

View File

@ -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