summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-07-26 13:25:13 -0400
committerChris <[email protected]>2021-07-26 13:25:13 -0400
commite5bd25b1f3d44395e522b2455c058b15f2bbe76f (patch)
tree40190ae2ab16bbeb5a2e590451ed227e3d5fd1b8 /lua/default-config.lua
parent12c0a7441e6a18ee140b68cf8fc6d1c6468fd699 (diff)
global O -> lvim
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua2
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