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/";
|
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 {
|
lean-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "lean-vim";
|
pname = "lean-vim";
|
||||||
version = "2021-01-02";
|
version = "2021-01-02";
|
||||||
|
|
|
@ -748,6 +748,7 @@ Xuyuanp/nerdtree-git-plugin
|
||||||
yamatsum/nvim-nonicons@main
|
yamatsum/nvim-nonicons@main
|
||||||
ycm-core/YouCompleteMe
|
ycm-core/YouCompleteMe
|
||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
|
Yggdroot/LeaderF
|
||||||
Yilin-Yang/vim-markbar
|
Yilin-Yang/vim-markbar
|
||||||
yuki-yano/ncm2-dictionary
|
yuki-yano/ncm2-dictionary
|
||||||
yunlingz/ci_dark
|
yunlingz/ci_dark
|
||||||
|
|
Loading…
Reference in New Issue