vimPlugins.vim-illuminate: init at 2019-08-04

This commit is contained in:
Evan.Stoll 2019-09-14 18:20:27 -04:00 committed by Matthieu Coudron
parent f76c818bb0
commit 9d392dec79
2 changed files with 12 additions and 0 deletions

View file

@ -3598,6 +3598,17 @@ let
};
};
vim-illuminate = buildVimPluginFrom2Nix {
pname = "vim-illuminate";
version = "2019-08-04";
src = fetchFromGitHub {
owner = "RRethy";
repo = "vim-illuminate";
rev = "0c37ddf0dfbe069b9f2cf1d4a341efe7b373f133";
sha256 = "11zjm9a6x57s5rs080p1gcj86l01765ayn3k9yx6mx8d48n8zr3k";
};
};
vim-indent-guides = buildVimPluginFrom2Nix {
pname = "vim-indent-guides";
version = "2018-05-14";

View file

@ -324,6 +324,7 @@ rodjek/vim-puppet
roxma/nvim-cm-racer
roxma/nvim-completion-manager
roxma/nvim-yarp
RRethy/vim-illuminate
rust-lang/rust.vim
ryanoasis/vim-devicons
Rykka/riv.vim