Key mapper changes
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user