chore: update discipline

This commit is contained in:
Victor Martinez 2024-01-03 10:51:18 +01:00
parent d200f656ec
commit e7c99bcf24

View file

@ -1,6 +1,8 @@
local M = {} local M = {}
local max = 5 local max = 10
local keymap_opts = { expr = true, silent = true }
function M.cowboy() function M.cowboy()
---@type table? ---@type table?
@ -33,7 +35,7 @@ function M.cowboy()
end) end)
return map return map
end end
end, { expr = true, silent = true }) end, keymap_opts)
end end
end end