diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 936ed34a04f6..7fdc9a059665 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 027432079d70..f4a77493ab62 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index a72fe0145a46..34c16bfb9f3c 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,