Skip to content

Commit

Permalink
vimPlugins.conjure: init at 2020-05-26
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOndy authored and Jon committed May 29, 2020
1 parent 5f3b37a commit 4b0e7b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b0e7b1

Please sign in to comment.