vimPlugins.vim-ReplaceWithRegister: init at 2021-07-05

This commit is contained in:
Brian Leung 2021-08-15 14:08:05 -07:00
parent 671dfb2fd9
commit e3344c5ddc
2 changed files with 13 additions and 0 deletions

View File

@ -8683,6 +8683,18 @@ final: prev:
meta.homepage = "https://github.com/tpope/vim-repeat/";
};
vim-ReplaceWithRegister = buildVimPluginFrom2Nix {
pname = "vim-ReplaceWithRegister";
version = "2021-07-05";
src = fetchFromGitHub {
owner = "inkarkat";
repo = "vim-ReplaceWithRegister";
rev = "aad1e8fa31cb4722f20fe40679caa56e25120032";
sha256 = "1cfgixq5smwbp55x2baaj1kw736w2mykysppphair44vb4w9rlgm";
};
meta.homepage = "https://github.com/inkarkat/vim-ReplaceWithRegister/";
};
vim-rhubarb = buildVimPluginFrom2Nix {
pname = "vim-rhubarb";
version = "2021-07-16";

View File

@ -224,6 +224,7 @@ ianks/vim-tsx
idanarye/vim-merginal
idris-hackers/idris-vim
Inazuma110/deoplete-greek
inkarkat/vim-ReplaceWithRegister
inkarkat/vim-SyntaxRange
int3/vim-extradite
Iron-E/nvim-highlite