1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Add plugin to enable search via */# in visual mode (#3262)

This commit is contained in:
Jethro Cao 2019-12-21 20:39:08 +07:00 committed by Wang Shidong
parent 3b1043186b
commit 969233895c

View File

@ -39,6 +39,7 @@ function! SpaceVim#layers#incsearch#plugins() abort
call add(plugins, ['haya14busa/vim-asterisk', {'merged' : 0}])
call add(plugins, ['osyo-manga/vim-over', {'merged' : 0}])
call add(plugins, ['haya14busa/incsearch-easymotion.vim', {'merged' : 0}])
call add(plugins, ['nelstrom/vim-visual-star-search', {'merged' : 0}])
return plugins
endfunction