vimPlugins.aniseed: init at 2021-01-08

This commit is contained in:
José Luis Lafuente 2021-01-08 21:50:39 +01:00
parent b12a7fe9d9
commit a1b7e45eee
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A
2 changed files with 13 additions and 0 deletions

View File

@ -87,6 +87,18 @@ let
meta.homepage = "https://github.com/vim-scripts/align/";
};
aniseed = buildVimPluginFrom2Nix {
pname = "aniseed";
version = "2021-01-08";
src = fetchFromGitHub {
owner = "Olical";
repo = "aniseed";
rev = "50adbc5ed5bb97b73b0b0c3241d9e62621ca59f9";
sha256 = "1wy5jd86273q7sxa50kv88flqdgmg9z2m4b6phpw3xnl5d1sj9f7";
};
meta.homepage = "https://github.com/Olical/aniseed/";
};
ansible-vim = buildVimPluginFrom2Nix {
pname = "ansible-vim";
version = "2020-10-15";

View File

@ -404,6 +404,7 @@ nvim-treesitter/playground
ocaml/vim-ocaml
octol/vim-cpp-enhanced-highlight
ojroques/vim-oscyank@main
Olical/aniseed
Olical/conjure
OrangeT/vim-csharp
osyo-manga/shabadou.vim