Add word under cursor highlighting to vim
This commit is contained in:
parent
6b7e5d119f
commit
8798642c61
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue