update(nvim): update keyremap func annot
This commit is contained in:
parent
5f6e107b41
commit
eb60fcf0b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue