Fixed FIlebrowser Plugin

This commit is contained in:
Norm Rasmussen
2022-11-16 17:11:48 -05:00
parent d48d729ff8
commit aa64085efe
12 changed files with 96 additions and 155 deletions

View File

@ -8,5 +8,5 @@ require("nvim-mapper").setup({
-- Available actions:
-- * "definition" - Go to keybind definition (default)
-- * "execute" - Execute the keybind command
action_on_enter = "definition",
action_on_enter = "execute",
})