1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add hop.nvim

This commit is contained in:
jdhao 2021-10-18 02:02:25 +08:00
parent 302681126f
commit 00bbe351de

View File

@ -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"})