Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -1229,6 +1229,10 @@ dependencies = with self; [ (nvim-treesitter.withPlugins (p: [ p.org ])) ]; }; otter-nvim = super.otter-nvim.overrideAttrs { dependencies = with self; [ nvim-lspconfig nvim-treesitter ]; }; overseer-nvim = super.overseer-nvim.overrideAttrs { doCheck = true; checkPhase = '' Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -1229,6 +1229,10 @@ dependencies = with self; [ (nvim-treesitter.withPlugins (p: [ p.org ])) ]; }; otter-nvim = super.otter-nvim.overrideAttrs { dependencies = with self; [ nvim-lspconfig nvim-treesitter ]; }; overseer-nvim = super.overseer-nvim.overrideAttrs { doCheck = true; checkPhase = '' Loading