Merge pull request #153046 from sei40kr/init-vim-plugins-renamer-nvim

vimPlugins.renamer-nvim: init at 2021-12-19
This commit is contained in:
Jörg Thalheim 2022-01-01 09:47:43 +00:00 committed by GitHub
commit 2530a019e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -5304,6 +5304,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/Rename/";
};
renamer-nvim = buildVimPluginFrom2Nix {
pname = "renamer.nvim";
version = "2021-12-19";
src = fetchFromGitHub {
owner = "filipdutescu";
repo = "renamer.nvim";
rev = "814ddbb11602e3c8b2af166b4d1e029272ab796f";
sha256 = "067mn0wzvin7zbbzd8svshi5ga38r5d7nw8kqbyn3aakggpnylm3";
};
meta.homepage = "https://github.com/filipdutescu/renamer.nvim/";
};
ReplaceWithRegister = buildVimPluginFrom2Nix {
pname = "ReplaceWithRegister";
version = "2014-10-31";

View file

@ -163,6 +163,7 @@ feline-nvim/feline.nvim
fenetikm/falcon
fhill2/floating.nvim
fiatjaf/neuron.vim
filipdutescu/renamer.nvim
fisadev/vim-isort
flazz/vim-colorschemes
floobits/floobits-neovim