diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-04 12:06:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-04 12:06:10 +0800 |
| commit | b9f1d92564e8bc655da3c95dda46f1009c61377c (patch) | |
| tree | acbe17e9b630aba080da560a95728daaa5134779 /lua/plugins.lua | |
| parent | dcde6bb47f47a110c8547c1393e6dde2a8b33f1b (diff) | |
use main branch of nvim-hlslens
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 2a43d7c..555941a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -77,7 +77,7 @@ require("packer").startup({ use({"romainl/vim-cool", event = "VimEnter"}) -- Show match number for search - use {'kevinhwang91/nvim-hlslens', branch = 'dev', event = "VimEnter"} + use {'kevinhwang91/nvim-hlslens', branch = 'main', event = "VimEnter"} -- Stay after pressing * and search selected text use({"haya14busa/vim-asterisk", event = 'VimEnter'}) |
