Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 0a6c1b0368 - Show all commits

View file

@ -1,5 +1,6 @@
{
"diagnostics.globals": [
"vim"
"Snacks"
]
}

View file

@ -30,7 +30,7 @@ return {
version = "LuaJIT"
},
diagnostics = {
globals = { "vim" },
globals = { "vim", "Snacks" },
},
-- Make the server aware of Neovim runtime files
workspace = {