aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 126c0d2..576a321 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -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'