aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua1
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"})