vimPlugins.ayu-vim: init at 2019-09-21

This commit is contained in:
Bernardo Meurer 2019-10-24 20:42:45 -07:00 committed by Jon
parent 91821d0149
commit 2ca6c45e52
2 changed files with 12 additions and 0 deletions

View file

@ -147,6 +147,17 @@ let
};
};
ayu-vim = buildVimPluginFrom2Nix {
pname = "ayu-vim";
version = "2019-09-21";
src = fetchFromGitHub {
owner = "ayu-theme";
repo = "ayu-vim";
rev = "9dab20b38335ed06738f251e92e3817182063759";
sha256 = "0m914bnrnv7gy49qzfdp1zl3a1h7zpicvh2xqdfqhp7h96psxwmx";
};
};
base16-vim = buildVimPluginFrom2Nix {
pname = "base16-vim";
version = "2019-06-07";

View file

@ -15,6 +15,7 @@ andviro/flake8-vim
ap/vim-css-color
arcticicestudio/nord-vim
artur-shaik/vim-javacomplete2
ayu-theme/ayu-vim
autozimu/LanguageClient-neovim
bazelbuild/vim-bazel
bbchung/clighter8