vimPlugins.conjure: init at 2020-05-26

wip/yesman
Kyle Ondy 4 years ago committed by Jon
parent 5f3b37a983
commit 4b0e7b1201
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -856,6 +856,18 @@ let
meta.homepage = "https://github.com/chikatoike/concealedyank.vim/";
};
conjure = buildVimPluginFrom2Nix {
pname = "conjure";
version = "2020-05-26";
src = fetchFromGitHub {
owner = "Olical";
repo = "conjure";
rev = "5cb5e37913fa6fe410ee150f5cd8c75e34b060c4";
sha256 = "1h23qf0i97lcng1llc0q80jizsv7hkpnyvaj5dr3kfbwi84nfkmp";
};
meta.homepage = "https://github.com/Olical/conjure/";
};
context_filetype-vim = buildVimPluginFrom2Nix {
pname = "context_filetype-vim";
version = "2020-04-27";

@ -360,6 +360,7 @@ ntpeters/vim-better-whitespace
numirias/semshi
nvie/vim-flake8
octol/vim-cpp-enhanced-highlight
Olical/conjure
OrangeT/vim-csharp
osyo-manga/shabadou.vim
osyo-manga/vim-anzu

Loading…
Cancel
Save