This commit is contained in:
2025-08-10 21:52:20 +02:00
parent 295ade4d4b
commit 8ed8b0b7e2
4 changed files with 13 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
local M = {}
local function map(mode, key, func, opts)
function M.map(mode, key, func, opts)
vim.keymap.set(mode, key, func, opts)
end