removed ununsed 'use' keyword for lua
This commit is contained in:
parent
2b0d14d7a1
commit
c60cf314be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user