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: ---