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:
parent
302681126f
commit
00bbe351de
@ -57,6 +57,7 @@ require("packer").startup({
|
|||||||
|
|
||||||
-- Super fast movement with vim-sneak
|
-- Super fast movement with vim-sneak
|
||||||
use({"justinmk/vim-sneak", event = "VimEnter"})
|
use({"justinmk/vim-sneak", event = "VimEnter"})
|
||||||
|
use { 'phaazon/hop.nvim', as = 'hop', config = [[require('hop').setup()]] }
|
||||||
|
|
||||||
-- Clear highlight search automatically for you
|
-- Clear highlight search automatically for you
|
||||||
use({"romainl/vim-cool", event = "VimEnter"})
|
use({"romainl/vim-cool", event = "VimEnter"})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user