vimPlugins.aniseed: init at 2021-01-08

wip/yesman
José Luis Lafuente 3 years ago
parent b12a7fe9d9
commit a1b7e45eee
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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";

@ -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

Loading…
Cancel
Save