mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
chore: update discipline
This commit is contained in:
parent
d200f656ec
commit
e7c99bcf24
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
local M = {}
|
||||
|
||||
local max = 5
|
||||
local max = 10
|
||||
|
||||
local keymap_opts = { expr = true, silent = true }
|
||||
|
||||
function M.cowboy()
|
||||
---@type table?
|
||||
|
|
@ -33,7 +35,7 @@ function M.cowboy()
|
|||
end)
|
||||
return map
|
||||
end
|
||||
end, { expr = true, silent = true })
|
||||
end, keymap_opts)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue