aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-18 23:21:51 +0800
committerjdhao <jdhao@hotmail.com>2021-08-18 23:21:51 +0800
commit30774cac5bc02ab8638ac7667e5eee8e0f41a9a6 (patch)
tree9b9e9002e16e7cbb5c2d0dbfe7b8b5110c82519d /lua/plugins.lua
parent72bf99a15f0df9bb36e68819ed81a5c3d204d202 (diff)
Use nvim-hlslens instead of vim-anzu
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua4
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")