hlsearch.nvim

April 11, 2023 ยท View on GitHub

auto remove search highlight and rehighlight when using n or N

Install

  • with packer.nvim
packer.use {'nvimdev/hlsearch.nvim', event = 'BufRead' config = function()
    require('hlsearch').setup()
end}

Showcase

images

License MIT