mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
change plugin load condition
vim-searchlight needs to work when we press n or N or * etc, not just after pressing / and ?.
This commit is contained in:
parent
fe26dfa9c1
commit
de7b35e0de
@ -61,7 +61,7 @@ require('packer').startup(
|
||||
use {'romainl/vim-cool', event = 'CmdlineEnter'}
|
||||
|
||||
-- Show current search term in different color
|
||||
use {'PeterRincker/vim-searchlight', event = 'CmdlineEnter'}
|
||||
use 'PeterRincker/vim-searchlight'
|
||||
|
||||
-- Show match number for incsearch
|
||||
use {'osyo-manga/vim-anzu', event = 'CmdlineEnter'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user