Key mapper changes

This commit is contained in:
Norm Rasmussen
2022-11-15 17:17:06 -05:00
parent 8289645293
commit 45026a2eaa
6 changed files with 41 additions and 29 deletions

View File

@ -3,7 +3,7 @@ require("nvim-mapper").setup({
no_map = false,
-- where should ripgrep look for your keybinds definitions.
-- Default config search path is ~/.config/nvim/lua
search_path = os.getenv("HOME") .. "/.config/nvim/lua",
search_path = os.getenv("~/.config/nvim/lua/keymaps.lua"),
-- what should be done with the selected keybind when pressing enter.
-- Available actions:
-- * "definition" - Go to keybind definition (default)