mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-17 07:02:48 +01:00
Lint and format
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user