Lint and format

This commit is contained in:
2026-07-14 14:00:09 +01:00
parent 0bc6a46465
commit 2e4c206d16
3 changed files with 312 additions and 203 deletions
+6
View File
@@ -1,3 +1,9 @@
---@class Keymap
---@field [1] string LHS key sequence
---@field [2] string|function RHS command or callback
---@field desc? string Description of the keymap
---@field mode? string|string[] Mode for the keymap
---@type Keymap[]
local keys = require("config.keys").globals