Loading pkgs/applications/editors/vim/plugins/overrides.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2767,6 +2767,8 @@ in }; nvzone-menu = super.nvzone-menu.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "menu"; checkInputs = with self; [ # Optional integrations nvim-tree-lua Loading @@ -2779,13 +2781,22 @@ in }; nvzone-minty = super.nvzone-minty.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "minty"; dependencies = [ self.nvzone-volt ]; }; nvzone-typr = super.nvzone-typr.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "typr"; dependencies = [ self.nvzone-volt ]; }; nvzone-volt = super.nvzone-volt.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "volt"; }; obsidian-nvim = super.obsidian-nvim.overrideAttrs { checkInputs = with self; [ # Optional pickers Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2767,6 +2767,8 @@ in }; nvzone-menu = super.nvzone-menu.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "menu"; checkInputs = with self; [ # Optional integrations nvim-tree-lua Loading @@ -2779,13 +2781,22 @@ in }; nvzone-minty = super.nvzone-minty.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "minty"; dependencies = [ self.nvzone-volt ]; }; nvzone-typr = super.nvzone-typr.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "typr"; dependencies = [ self.nvzone-volt ]; }; nvzone-volt = super.nvzone-volt.overrideAttrs { # Plugin managers like Lazy.nvim expect pname to match the name of the git repository pname = "volt"; }; obsidian-nvim = super.obsidian-nvim.overrideAttrs { checkInputs = with self; [ # Optional pickers Loading