removed ununsed 'use' keyword for lua
This commit is contained in:
parent
2b0d14d7a1
commit
c60cf314be
@ -240,7 +240,7 @@ return {
|
|||||||
},
|
},
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
-- Get the language server to recognize the `vim` global
|
-- Get the language server to recognize the `vim` global
|
||||||
globals = { 'vim', 'use' },
|
globals = { 'vim' },
|
||||||
},
|
},
|
||||||
workspace = {
|
workspace = {
|
||||||
-- Make the server aware of Neovim runtime files
|
-- Make the server aware of Neovim runtime files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user