vimPlugins.vim-textobj-quote: init at 1.0-unstable-2023-10-13
This commit is contained in:
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user