nvim: add hlsearch plugin

This commit is contained in:
2025-03-17 01:01:10 +01:00
parent 75c39a5613
commit fc88cb9801
2 changed files with 8 additions and 0 deletions

View File

@@ -58,4 +58,11 @@ return {
{ '<leader>ts', function() require('treesj').split() end, desc = "[T]ree [S]plit one-line" },
},
},
-- rehighlight search on n or N
{
'nvimdev/hlsearch.nvim',
event = 'BufRead',
config = true,
},
}