vimPlugins.vim-textobj-quote: init at 1.0-unstable-2023-10-13

This commit is contained in:
ash
2025-12-28 15:32:42 +00:00
parent d8d7e029e9
commit 43fda3e05d
3 changed files with 18 additions and 0 deletions
@@ -21505,6 +21505,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
vim-textobj-quote = buildVimPlugin {
pname = "vim-textobj-quote";
version = "1.0-unstable-2023-10-13";
src = fetchFromGitHub {
owner = "preservim";
repo = "vim-textobj-quote";
rev = "e99ad285c950576a394a64ff334106b32b23418a";
hash = "sha256-SkQavbxgq9WSeoZZnwRWHaHtku82xdgBjHrTz02kNKk=";
};
meta.homepage = "https://github.com/preservim/vim-textobj-quote/";
meta.hydraPlatforms = [ ];
};
vim-textobj-user = buildVimPlugin {
pname = "vim-textobj-user";
version = "0.7.6-unstable-2020-02-21";
@@ -4022,6 +4022,10 @@ assertNoAdditions {
};
});
vim-textobj-quote = super.vim-textobj-quote.overrideAttrs (old: {
dependencies = [ self.vim-textobj-user ];
});
vim-tpipeline = super.vim-tpipeline.overrideAttrs {
# Requires global variable
nvimSkipModules = "tpipeline.main";
@@ -1651,6 +1651,7 @@ 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/preservim/vim-textobj-quote/,HEAD,
https://github.com/kana/vim-textobj-user/,,
https://github.com/Julian/vim-textobj-variable-segment/,,
https://github.com/thinca/vim-themis/,,