mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
vimPlugins.vim-merginal: init at 2020-01-29
This commit is contained in:
parent
2dd6666da5
commit
64d6ccc2b0
2 changed files with 13 additions and 0 deletions
|
@ -5761,6 +5761,18 @@ let
|
|||
meta.homepage = "https://github.com/samoshkin/vim-mergetool/";
|
||||
};
|
||||
|
||||
vim-merginal = buildVimPluginFrom2Nix {
|
||||
pname = "vim-merginal";
|
||||
version = "2020-01-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "idanarye";
|
||||
repo = "vim-merginal";
|
||||
rev = "02ac69b0468b7aec437df48df07f939558e85c9a";
|
||||
sha256 = "0m5lym56xzp1gnwb79vjmigfi6ar0iqbzaydv2r8c47jj7xyxiz6";
|
||||
};
|
||||
meta.homepage = "https://github.com/idanarye/vim-merginal/";
|
||||
};
|
||||
|
||||
vim-metamath = buildVimPluginFrom2Nix {
|
||||
pname = "vim-metamath";
|
||||
version = "2017-02-10";
|
||||
|
|
|
@ -155,6 +155,7 @@ hsitz/VimOrganizer
|
|||
iamcco/coc-spell-checker
|
||||
iamcco/coc-vimlsp
|
||||
ianks/vim-tsx
|
||||
idanarye/vim-merginal
|
||||
idris-hackers/idris-vim
|
||||
ihsanturk/neuron.vim
|
||||
Inazuma110/deoplete-greek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue