diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-18 02:02:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-18 02:02:25 +0800 |
| commit | 00bbe351de269b235371ff252cb7d12c316011bc (patch) | |
| tree | 22a9f2c61da404c10a814050053fa491e8848613 | |
| parent | 302681126fa5658dac31e4083f6583e48c5c8153 (diff) | |
add hop.nvim
| -rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index ac95e93..e761d41 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -57,6 +57,7 @@ require("packer").startup({ -- Super fast movement with vim-sneak use({"justinmk/vim-sneak", event = "VimEnter"}) + use { 'phaazon/hop.nvim', as = 'hop', config = [[require('hop').setup()]] } -- Clear highlight search automatically for you use({"romainl/vim-cool", event = "VimEnter"}) |
