feat(neovim): add nix-store.nvim and change old calls
This commit is contained in:
parent
34ad9056ca
commit
39e987678c
6 changed files with 206 additions and 219 deletions
|
@ -0,0 +1,9 @@
|
|||
---@type LazySpec
|
||||
return {
|
||||
"wizardlink/nix-store.nvim",
|
||||
priority = 999999,
|
||||
lazy = false,
|
||||
opts = {
|
||||
allow_unfree = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue