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