Skip to content

Commit

Permalink
Merge pull request #58057 from liff/vimPlugins/nord-vim
Browse files Browse the repository at this point in the history
vimPlugins.nord-vim: init at 0.10.0
  • Loading branch information
Mic92 committed Mar 22, 2019
2 parents 3d54218 + 48f13a3 commit b33269a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down

0 comments on commit b33269a

Please sign in to comment.