vimPlugins.LeaderF: init at 2021-04-02

This commit is contained in:
Vincent Cui 2021-04-12 17:50:27 +02:00
parent fff666d4f7
commit 888acb76a7
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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