1 files changed,
1 insertions(+),
1 deletions(-)
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,