forked from mirrors/nixpkgs
vimPlugins.nord-vim: init at 0.10.0
This commit is contained in:
parent
6e982c4c32
commit
48f13a3afe
|
@ -1244,6 +1244,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
nord-vim = buildVimPluginFrom2Nix {
|
||||
pname = "nord-vim";
|
||||
version = "2019-03-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "arcticicestudio";
|
||||
repo = "nord-vim";
|
||||
rev = "bfa069b12b3af000b07eb23c01ff516bab452db7";
|
||||
sha256 = "1wyslhazi9vwnk3z68ibd4gswvc340mwnffg9lnpskqi56qpw005";
|
||||
};
|
||||
};
|
||||
|
||||
nvim-cm-racer = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-cm-racer";
|
||||
version = "2017-07-27";
|
||||
|
|
|
@ -11,6 +11,7 @@ andreshazard/vim-logreview
|
|||
andsild/peskcolor.vim
|
||||
andviro/flake8-vim
|
||||
ap/vim-css-color
|
||||
arcticicestudio/nord-vim
|
||||
artur-shaik/vim-javacomplete2
|
||||
bazelbuild/vim-bazel
|
||||
bbchung/clighter8
|
||||
|
|
Loading…
Reference in a new issue