vimPlugins.indentLine: init at 2019-02-22

This commit is contained in:
Jonathan Ringer 2019-06-10 10:32:45 -07:00 committed by Matthieu Coudron
parent cf9acd3e6d
commit 4b3dc82c1a
2 changed files with 12 additions and 0 deletions

View File

@ -869,6 +869,17 @@ let
};
};
indentLine = buildVimPluginFrom2Nix {
pname = "indentLine";
version = "2019-02-22";
src = fetchFromGitHub {
owner = "Yggdroot";
repo = "indentLine";
rev = "47648734706fb2cd0e4d4350f12157d1e5f4c465";
sha256 = "0739hdvdfa1lm209q4sl75jvmf2k03cvlka7wv1gwnfl00krvszs";
};
};
intero-neovim = buildVimPluginFrom2Nix {
pname = "intero-neovim";
version = "2018-08-07";

View File

@ -382,6 +382,7 @@ wincent/ferret
xolox/vim-easytags
xolox/vim-misc
xuhdev/vim-latex-live-preview
Yggdroot/indentLine
zah/nim.vim
zchee/deoplete-clang
zchee/deoplete-go