diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index ca7c8ad..64d3d06 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -64,8 +64,8 @@ require("packer").startup({ -- Show current search term in different color use("PeterRincker/vim-searchlight") - -- Show match number for incsearch - use("osyo-manga/vim-anzu") + -- Show match number for search + use("kevinhwang91/nvim-hlslens") -- Stay after pressing * and search selected text use("haya14busa/vim-asterisk") |
