nvim: lsp - adjust signatures
This commit is contained in:
parent
7e82cad98d
commit
8a5855502b
1 changed files with 5 additions and 5 deletions
|
@ -190,11 +190,11 @@ local function on_attach(args) -- {{{
|
|||
display_automatically = true,
|
||||
silent = true,
|
||||
keymaps = {
|
||||
next_signature = '<C-j>',
|
||||
previous_signature = '<C-k>',
|
||||
next_parameter = '<C-l>',
|
||||
previous_parameter = '<C-h>',
|
||||
close_signature = '',
|
||||
next_signature = '<M-j>',
|
||||
previous_signature = '<M-k>',
|
||||
next_parameter = '<M-l>',
|
||||
previous_parameter = '<M-h>',
|
||||
close_signature = '<M-y>',
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue