diff options
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index ab741723..c129c419 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -482,7 +482,7 @@ lvim.lang = { }, diagnostics = { -- Get the language server to recognize the `vim` global - globals = { "vim", "O" }, + globals = { "vim", "lvim" }, }, workspace = { -- Make the server aware of Neovim runtime files |