mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.indentLine: init at 2019-02-22
This commit is contained in:
parent
cf9acd3e6d
commit
4b3dc82c1a
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue