Loading pkgs/applications/editors/vim/plugins/overrides.nix +9 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ , openscad , pandoc , parinfer-rust , phpactor , ripgrep , skim , sqlite Loading Loading @@ -777,6 +778,14 @@ self: super: { inherit parinfer-rust; phpactor = buildVimPluginFrom2Nix { inherit (phpactor) pname src meta version; postPatch = '' substituteInPlace plugin/phpactor.vim \ --replace "g:phpactorpath = expand('<sfile>:p:h') . '/..'" "g:phpactorpath = '${phpactor}'" ''; }; playground = super.playground.overrideAttrs (old: { dependencies = with self; [ # we need the 'query' grammer to make Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +9 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ , openscad , pandoc , parinfer-rust , phpactor , ripgrep , skim , sqlite Loading Loading @@ -777,6 +778,14 @@ self: super: { inherit parinfer-rust; phpactor = buildVimPluginFrom2Nix { inherit (phpactor) pname src meta version; postPatch = '' substituteInPlace plugin/phpactor.vim \ --replace "g:phpactorpath = expand('<sfile>:p:h') . '/..'" "g:phpactorpath = '${phpactor}'" ''; }; playground = super.playground.overrideAttrs (old: { dependencies = with self; [ # we need the 'query' grammer to make Loading