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

use branch dev of nvim-hlslens

Master version has a bug where text is wrongly highlighted.
This commit is contained in:
jdhao 2021-11-22 23:16:25 +08:00
parent 5ed4e3610a
commit e05c93aaeb

View File

@ -80,7 +80,7 @@ require("packer").startup({
use({"PeterRincker/vim-searchlight", event = "VimEnter"})
-- Show match number for search
use({"kevinhwang91/nvim-hlslens", event = 'VimEnter'})
use {'kevinhwang91/nvim-hlslens', branch = 'dev', event = "VimEnter"}
-- Stay after pressing * and search selected text
use({"haya14busa/vim-asterisk", event = 'VimEnter'})