mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
vimPlugins.inc-rename-nvim: init at 2023-01-29
This commit is contained in:
parent
0da7dcb9ea
commit
cc14c50c6d
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user