update(nvim): update keyremap func annot

This commit is contained in:
qwjyh 2025-03-18 02:51:14 +09:00
parent 5f6e107b41
commit eb60fcf0b6

View file

@ -423,7 +423,7 @@ require('gitsigns').setup {
---@param mode string|string[] ---@param mode string|string[]
---@param l string ---@param l string
---@param r any ---@param r any
---@param opts table? ---@param opts vim.keymap.set.Opts?
local function map(mode, l, r, opts) local function map(mode, l, r, opts)
opts = opts or {} opts = opts or {}
opts.buffer = bufnr opts.buffer = bufnr