1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Show current search item in different color

This commit is contained in:
jdhao 2019-12-04 01:22:51 +08:00
parent 0e491bf4dd
commit d593f1fe2c

View File

@ -65,8 +65,9 @@ Plug 'tmhedberg/SimpylFold', { 'for': 'python' }
" Super fast movement with vim-sneak
Plug 'justinmk/vim-sneak'
" Improve vim incsearch
" Improve vim incsearch, clear search highlight automatically
Plug 'haya14busa/is.vim'
Plug 'PeterRincker/vim-searchlight'
" Show match number for incsearch
Plug 'osyo-manga/vim-anzu'