mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vimPlugins.conjure: init at 2020-05-26
This commit is contained in:
parent
5f3b37a983
commit
4b0e7b1201
@ -856,6 +856,18 @@ let
|
|||||||
meta.homepage = "https://github.com/chikatoike/concealedyank.vim/";
|
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 {
|
context_filetype-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "context_filetype-vim";
|
pname = "context_filetype-vim";
|
||||||
version = "2020-04-27";
|
version = "2020-04-27";
|
||||||
|
@ -360,6 +360,7 @@ ntpeters/vim-better-whitespace
|
|||||||
numirias/semshi
|
numirias/semshi
|
||||||
nvie/vim-flake8
|
nvie/vim-flake8
|
||||||
octol/vim-cpp-enhanced-highlight
|
octol/vim-cpp-enhanced-highlight
|
||||||
|
Olical/conjure
|
||||||
OrangeT/vim-csharp
|
OrangeT/vim-csharp
|
||||||
osyo-manga/shabadou.vim
|
osyo-manga/shabadou.vim
|
||||||
osyo-manga/vim-anzu
|
osyo-manga/vim-anzu
|
||||||
|
Loading…
Reference in New Issue
Block a user