plugin to change current match when searching

main
Matthew Huntington 1 year ago
parent 8fcbdd18b5
commit 78f38ca864

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

Loading…
Cancel
Save