mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
4 lines
93 B
Lua
4 lines
93 B
Lua
local function map(m, k, v)
|
|
vim.keymap.set(m, k, v, {silent = true, noremap = true})
|
|
end
|