mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
global O -> lvim
This commit is contained in:
parent
12c0a7441e
commit
e5bd25b1f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue