1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:20:05 +08:00

Add leaderf

This commit is contained in:
wsdjeg 2016-12-29 23:21:35 +08:00
parent 8af9987138
commit 8ae3630520

View File

@ -471,5 +471,6 @@ if zvim#plug#enable_plug()
call zvim#plug#add('tweekmonster/helpful.vim', {'on_cmd': 'HelpfulVersion'})
" google plugins
call zvim#plug#add('google/vim-searchindex')
call zvim#plug#add('Yggdroot/LeaderF', {'merged' : 0})
call zvim#plug#end()
endif