add key-maps for Hop

This commit is contained in:
2025-04-02 09:42:22 +08:00
parent 1e1baf0ce9
commit 6e066822df
2 changed files with 28 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ vim.opt.cmdheight = 2 -- Shows better messages
vim.opt.foldmethod = "indent"
vim.opt.foldlevel = 99
vim.g.mapleader = " " -- set leader key to space
vim.g.maplocalleader = " " -- set local leader key to space
require("config.lazy")