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

update vim-anzu and vim-cool settings

We shouldn't set them as opt, otherwise *, and n , N etc. do not work in
normal mode, unless we activate them on CmdlineEnter events.
This commit is contained in:
jdhao 2021-08-09 22:53:53 +08:00
parent 08d3768e40
commit e0c4b9d8d9

View File

@ -58,13 +58,13 @@ require('packer').startup(
use 'justinmk/vim-sneak'
-- Clear highlight search automatically for you
use {'romainl/vim-cool', event = 'CmdlineEnter'}
use 'romainl/vim-cool'
-- Show current search term in different color
use 'PeterRincker/vim-searchlight'
-- Show match number for incsearch
use {'osyo-manga/vim-anzu', event = 'CmdlineEnter'}
use 'osyo-manga/vim-anzu'
-- Stay after pressing * and search selected text
use 'haya14busa/vim-asterisk'