Add Snacks as globals in lua lsp
This commit is contained in:
parent
5fbf788a40
commit
dcd14d7eec
2 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ return {
|
|||
version = "LuaJIT"
|
||||
},
|
||||
diagnostics = {
|
||||
globals = { "vim" },
|
||||
globals = { "vim", "Snacks" },
|
||||
},
|
||||
-- Make the server aware of Neovim runtime files
|
||||
workspace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue