Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 378 Bytes

File metadata and controls

18 lines (12 loc) · 378 Bytes

hlsearch.nvim

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