mirror of
https://github.com/ksyasuda/rice.git
synced 2024-11-22 03:19:58 -08: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
|