Add word under cursor highlighting to vim

This commit is contained in:
Marty Oehme 2019-11-21 12:19:03 +01:00
parent 6b7e5d119f
commit 8798642c61

View file

@ -45,6 +45,9 @@ Plug 'jeffkreeftmeijer/vim-numbertoggle'
" useful. TODO enable when setup is more settled down
" sneak around your files using
Plug 'justinmk/vim-sneak'
" highlight all occurences of the current word under the cursor (after 250ms
" delay)
Plug 'RRethy/vim-illuminate'
" " editing Workflow