all repos

init.lua @ 23e92bef1d71381f3d20d825032ebcf3e38832c8

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(utils): fix type annotation
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-11-21 20:09:33 +0200
Parent: fcf0e72
M lua/core/utils.lua

@@ -2,7 +2,7 @@ return {

---@param mode string|table ---@param from string ---@param to string|function - ---@param buffer? number|boolean + ---@param buffer? integer|boolean map = function(mode, from, to, buffer) vim.keymap.set(mode, from, to, { noremap = true,