update
This commit is contained in:
parent
84c233094f
commit
04d22b2261
3 changed files with 38 additions and 22 deletions
|
|
@ -1,5 +1,9 @@
|
|||
-- [[ Basic Keymaps ]]
|
||||
|
||||
function MAP(mode, l, r, desc)
|
||||
vim.keymap.set(mode, l, r, { desc = desc, silent = true })
|
||||
end
|
||||
|
||||
local function default(desc)
|
||||
return {
|
||||
silent = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue