1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: improved search behaviour

This commit is contained in:
2023-12-12 01:19:06 +01:00
parent d61a028479
commit a87e899f8a
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
{
'kevinhwang91/nvim-hlslens',
opts = {
calm_down = true,
}
}
}