A vim plugin for automatically clearing search highlighting when cursor is moved.
-
Install using your favourite package manager:
Using lazy.nvim:
{ 'jesseleite/vim-noh' }
Using packer.nvim:
use { 'jesseleite/vim-noh' }
Using vim-plug:
Plug 'jesseleite/vim-noh'
-
Order pizza! π π€ π
Thank you to the legendary Junegunn Choi, who wrote the original vim-slash plugin that this fork is based on.