diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-22 23:16:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-22 23:16:25 +0800 |
| commit | e05c93aaeb38a652b5cd47a96891669315c3eb52 (patch) | |
| tree | 5b901c955eac43b56fdc7206d338baac5f223f29 /lua/plugins.lua | |
| parent | 5ed4e3610a36513fd149fce18f2c7567a3e83a11 (diff) | |
use branch dev of nvim-hlslens
Master version has a bug where text is wrongly highlighted.
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 3ce3424..a342f28 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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'}) |
