From 30774cac5bc02ab8638ac7667e5eee8e0f41a9a6 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 18 Aug 2021 23:21:51 +0800 Subject: Use nvim-hlslens instead of vim-anzu --- lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') 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") -- cgit v1.2.3