diff options
| author | jdhao <jdhao@hotmail.com> | 2021-01-27 23:26:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-01-27 23:26:30 +0800 |
| commit | 576b4397b012cbd7ceb741a19996f4727648ccaa (patch) | |
| tree | 56b851235aad8427bfbe09957e5b3bd2242724b3 /core/plugins.vim | |
| parent | 8d4a34123e66cfade5b71ddf4696de6a90561295 (diff) | |
Update leaderf settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
