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:
parent
08d3768e40
commit
e0c4b9d8d9
@ -58,13 +58,13 @@ require('packer').startup(
|
|||||||
use 'justinmk/vim-sneak'
|
use 'justinmk/vim-sneak'
|
||||||
|
|
||||||
-- Clear highlight search automatically for you
|
-- Clear highlight search automatically for you
|
||||||
use {'romainl/vim-cool', event = 'CmdlineEnter'}
|
use 'romainl/vim-cool'
|
||||||
|
|
||||||
-- Show current search term in different color
|
-- Show current search term in different color
|
||||||
use 'PeterRincker/vim-searchlight'
|
use 'PeterRincker/vim-searchlight'
|
||||||
|
|
||||||
-- Show match number for incsearch
|
-- Show match number for incsearch
|
||||||
use {'osyo-manga/vim-anzu', event = 'CmdlineEnter'}
|
use 'osyo-manga/vim-anzu'
|
||||||
|
|
||||||
-- Stay after pressing * and search selected text
|
-- Stay after pressing * and search selected text
|
||||||
use 'haya14busa/vim-asterisk'
|
use 'haya14busa/vim-asterisk'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user