all repos

init.lua @ b4537522573c3931e8bdbd530180a43fa81f4a32

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(hop): `,F` for load
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-11 19:15:59 +0300
Parent: 493c6c2
M lua/plugins.lua

@@ -89,7 +89,7 @@ use {

"phaazon/hop.nvim", branch = "v2", module = "hop", - keys = { "f", "F", ",f" }, + keys = { "f", "F", ",f", ",F" }, config = u.get.config "hop", }