mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vimPlugins.lh-brackets: init at 2019-05-23
This commit is contained in:
parent
4814e6747b
commit
caf2ab9a01
@ -1013,6 +1013,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
lh-brackets = buildVimPluginFrom2Nix {
|
||||
pname = "lh-brackets";
|
||||
version = "2019-05-23";
|
||||
src = fetchFromGitHub {
|
||||
owner = "LucHermitte";
|
||||
repo = "lh-brackets";
|
||||
rev = "f3240c3782a97720e9a344b5bd5f6808e156722b";
|
||||
sha256 = "1qyh58xxp6hh86bykk17934pgg72q7xfsngrhrrr3cxb8jpnmx7z";
|
||||
};
|
||||
};
|
||||
|
||||
lh-vim-lib = buildVimPluginFrom2Nix {
|
||||
pname = "lh-vim-lib";
|
||||
version = "2019-05-24";
|
||||
|
@ -165,6 +165,7 @@ lervag/vimtex
|
||||
lfilho/cosco.vim
|
||||
LnL7/vim-nix
|
||||
LucHermitte/lh-vim-lib
|
||||
LucHermitte/lh-brackets
|
||||
ludovicchabant/vim-gutentags
|
||||
ludovicchabant/vim-lawrencium
|
||||
lukaszkorecki/workflowish
|
||||
|
Loading…
Reference in New Issue
Block a user