mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
vimPlugins.vim-ReplaceWithRegister: init at 2021-07-05
This commit is contained in:
parent
671dfb2fd9
commit
e3344c5ddc
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user