1
0
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:
jdhao 2021-08-08 22:37:12 +08:00
parent fe26dfa9c1
commit de7b35e0de

View File

@ -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'}