This commit is contained in:
newbie 2024-01-01 15:55:58 +08:00
parent 02e0806fc5
commit b6ea884cee

View File

@ -16,8 +16,7 @@ return {
path = runtime_path, path = runtime_path,
}, },
diagnostics = { diagnostics = {
-- Get the language server to recognize the `vim` global globals = {'vim', 'G', 'yield', 'Candidate'},
globals = {'vim', 'G' },
}, },
workspace = { workspace = {
-- Make the server aware of Neovim runtime files -- Make the server aware of Neovim runtime files