Fixed FIlebrowser Plugin
This commit is contained in:
@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user