diff --git a/lua/overseer/binding_util.lua b/lua/overseer/binding_util.lua index 28afb22..78c94e5 100644 --- a/lua/overseer/binding_util.lua +++ b/lua/overseer/binding_util.lua @@ -20,7 +20,7 @@ end ---@param bufnr number ---@param mode string ----@param bindings table +---@param bindings table ---@param prefix string M.create_bindings_to_plug = function(bufnr, mode, bindings, prefix) local maps diff --git a/lua/overseer/types.lua b/lua/overseer/types.lua index ae56bc4..e84af14 100644 --- a/lua/overseer/types.lua +++ b/lua/overseer/types.lua @@ -29,7 +29,7 @@ ---@field height? number ---@field separator? string String that separates tasks ---@field direction? string Default direction. Can be "left", "right", or "bottom" ----@field bindings? table Set keymap to false to remove default behavior +---@field bindings? table Set keymap to false to remove default behavior ---@class (exact) overseer.ConfigFloatWin ---@field border? string|table