1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Use nvim-hlslens instead of vim-anzu

This commit is contained in:
jdhao
2021-08-18 23:21:51 +08:00
parent 72bf99a15f
commit 30774cac5b
3 changed files with 14 additions and 16 deletions

View File

@@ -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")