refactor: remove unnecessarry keymap option

navigator
Arman.H 2 years ago committed by siduck
parent d84e2b36a1
commit 174873b41f

@ -41,7 +41,7 @@ M.load_config = function()
end
M.map = function(mode, keys, command, opt)
local options = { noremap = true, silent = true }
local options = { silent = true }
if opt then
options = vim.tbl_extend("force", options, opt)

Loading…
Cancel
Save