From 8798642c61a428643f858d316fcc7a727d51785d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 21 Nov 2019 12:19:03 +0100 Subject: [PATCH] Add word under cursor highlighting to vim --- .config/nvim/init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index b134171..0bff66e 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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