linuxware/modules/home-manager/programs/neovim/lua/plugins/nix-store.lua

10 lines
138 B
Lua

---@type LazySpec
return {
"wizardlink/nix-store.nvim",
priority = 999999,
lazy = false,
opts = {
allow_unfree = true,
},
}