mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
vimPlugins.LeaderF: init at 2021-04-02
This commit is contained in:
parent
fff666d4f7
commit
888acb76a7
|
@ -2170,6 +2170,18 @@ let
|
|||
meta.homepage = "https://github.com/latex-box-team/latex-box/";
|
||||
};
|
||||
|
||||
LeaderF = buildVimPluginFrom2Nix {
|
||||
pname = "LeaderF";
|
||||
version = "2021-04-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Yggdroot";
|
||||
repo = "LeaderF";
|
||||
rev = "6c49ab524b883495193ff3a4eab5c7846aba4261";
|
||||
sha256 = "19dyd148silyaiprjrcd23y62kcsp6hpvpansmpxri55x53a772w";
|
||||
};
|
||||
meta.homepage = "https://github.com/Yggdroot/LeaderF/";
|
||||
};
|
||||
|
||||
lean-vim = buildVimPluginFrom2Nix {
|
||||
pname = "lean-vim";
|
||||
version = "2021-01-02";
|
||||
|
|
|
@ -748,6 +748,7 @@ Xuyuanp/nerdtree-git-plugin
|
|||
yamatsum/nvim-nonicons@main
|
||||
ycm-core/YouCompleteMe
|
||||
Yggdroot/indentLine
|
||||
Yggdroot/LeaderF
|
||||
Yilin-Yang/vim-markbar
|
||||
yuki-yano/ncm2-dictionary
|
||||
yunlingz/ci_dark
|
||||
|
|
Loading…
Reference in a new issue