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 dcd14d7eec - Show all commits

View file

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

View file

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