Loading pkgs/applications/editors/vim/plugins/generated.nix +13 −0 Original line number Diff line number Diff line Loading @@ -21024,6 +21024,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; vim-textobj-line = buildVimPlugin { pname = "vim-textobj-line"; version = "2021-09-27"; src = fetchFromGitHub { owner = "kana"; repo = "vim-textobj-line"; rev = "1a6780d29adcf7e464e8ddbcd0be0a9df1a37339"; sha256 = "0di9y3nbb9raj0lj7d76cjic4vs1msrqk3gzsl3r7b1qr0y3mdw7"; }; meta.homepage = "https://github.com/kana/vim-textobj-line/"; meta.hydraPlatforms = [ ]; }; vim-textobj-multiblock = buildVimPlugin { pname = "vim-textobj-multiblock"; version = "2014-06-02"; pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3947,6 +3947,13 @@ assertNoAdditions { }; }); vim-textobj-line = super.vim-textobj-line.overrideAttrs (old: { dependencies = [ self.vim-textobj-user ]; meta = old.meta // { maintainers = with lib.maintainers; [ llakala ]; }; }); vim-tpipeline = super.vim-tpipeline.overrideAttrs { # Requires global variable nvimSkipModules = "tpipeline.main"; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -1614,6 +1614,7 @@ https://github.com/glts/vim-textobj-comment/,, https://github.com/kana/vim-textobj-entire/,, https://github.com/kana/vim-textobj-function/,, https://github.com/gibiansky/vim-textobj-haskell/,, https://github.com/kana/vim-textobj-line/,HEAD, https://github.com/osyo-manga/vim-textobj-multiblock/,, https://github.com/kana/vim-textobj-user/,, https://github.com/Julian/vim-textobj-variable-segment/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +13 −0 Original line number Diff line number Diff line Loading @@ -21024,6 +21024,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; vim-textobj-line = buildVimPlugin { pname = "vim-textobj-line"; version = "2021-09-27"; src = fetchFromGitHub { owner = "kana"; repo = "vim-textobj-line"; rev = "1a6780d29adcf7e464e8ddbcd0be0a9df1a37339"; sha256 = "0di9y3nbb9raj0lj7d76cjic4vs1msrqk3gzsl3r7b1qr0y3mdw7"; }; meta.homepage = "https://github.com/kana/vim-textobj-line/"; meta.hydraPlatforms = [ ]; }; vim-textobj-multiblock = buildVimPlugin { pname = "vim-textobj-multiblock"; version = "2014-06-02";
pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3947,6 +3947,13 @@ assertNoAdditions { }; }); vim-textobj-line = super.vim-textobj-line.overrideAttrs (old: { dependencies = [ self.vim-textobj-user ]; meta = old.meta // { maintainers = with lib.maintainers; [ llakala ]; }; }); vim-tpipeline = super.vim-tpipeline.overrideAttrs { # Requires global variable nvimSkipModules = "tpipeline.main"; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -1614,6 +1614,7 @@ https://github.com/glts/vim-textobj-comment/,, https://github.com/kana/vim-textobj-entire/,, https://github.com/kana/vim-textobj-function/,, https://github.com/gibiansky/vim-textobj-haskell/,, https://github.com/kana/vim-textobj-line/,HEAD, https://github.com/osyo-manga/vim-textobj-multiblock/,, https://github.com/kana/vim-textobj-user/,, https://github.com/Julian/vim-textobj-variable-segment/,, Loading