From 78f38ca864c522aef3d7dddc4eff693a917ae611 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Mon, 2 Sep 2024 15:40:36 -0400 Subject: [PATCH] plugin to change current match when searching --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 2c1b4ea..6a5d3d1 100644 --- a/.vimrc +++ b/.vimrc @@ -18,6 +18,8 @@ Plug 'preservim/nerdcommenter' Plug 'nikvdp/ejs-syntax' "Molokai Color Scheme Plug 'tomasr/molokai' +"change current match color when surching +Plug 'https://github.com/adamheins/vim-highlight-match-under-cursor' call plug#end() "-- vim configs: ---