vimPlugins.inc-rename-nvim: init at 2023-01-29

This commit is contained in:
"Gaetan Lepage" 2023-03-23 21:35:51 +01:00 committed by Gaetan Lepage
parent 0da7dcb9ea
commit cc14c50c6d
2 changed files with 13 additions and 0 deletions

View File

@ -3872,6 +3872,18 @@ final: prev:
meta.homepage = "https://github.com/lewis6991/impatient.nvim/";
};
inc-rename-nvim = buildVimPluginFrom2Nix {
pname = "inc-rename.nvim";
version = "2023-01-29";
src = fetchFromGitHub {
owner = "smjonas";
repo = "inc-rename.nvim";
rev = "21c23c379342a731a0c90f226601ec0434627b26";
sha256 = "06y92kb2g6qrpf31mq4j2l8v450i2zp36xm2adr4n0x68rxxa59b";
};
meta.homepage = "https://github.com/smjonas/inc-rename.nvim/";
};
increment-activator = buildVimPluginFrom2Nix {
pname = "increment-activator";
version = "2021-09-16";

View File

@ -324,6 +324,7 @@ https://github.com/cocopon/iceberg.vim/,,
https://github.com/idris-hackers/idris-vim/,,
https://github.com/edwinb/idris2-vim/,,
https://github.com/lewis6991/impatient.nvim/,,
https://github.com/smjonas/inc-rename.nvim/,HEAD,
https://github.com/nishigori/increment-activator/,,
https://github.com/haya14busa/incsearch-easymotion.vim/,,
https://github.com/haya14busa/incsearch.vim/,,