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:
parent
5ed4e3610a
commit
e05c93aaeb
@ -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'})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user