vimPlugins.vim-textobj-line: init at 2021-09-27 (#441002)

This commit is contained in:
Gaétan Lepage
2025-09-07 23:43:01 +02:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
@@ -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";
@@ -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";
@@ -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/,,