Nix hm #1
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"diagnostics.globals": [
|
||||
"vim"
|
||||
"Snacks"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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