From 576b4397b012cbd7ceb741a19996f4727648ccaa Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 27 Jan 2021 23:26:30 +0800 Subject: [PATCH] Update leaderf settings --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index e262d07..fd96ae6 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -70,7 +70,7 @@ Plug 'haya14busa/vim-asterisk' if g:is_win Plug 'Yggdroot/LeaderF' else - Plug 'Yggdroot/LeaderF', { 'do': './install.sh' } + Plug 'Yggdroot/LeaderF', { 'do': ':LeaderfInstallCExtension' } endif " Another similar plugin is command-t