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,
|
display_automatically = true,
|
||||||
silent = true,
|
silent = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
next_signature = '<C-j>',
|
next_signature = '<M-j>',
|
||||||
previous_signature = '<C-k>',
|
previous_signature = '<M-k>',
|
||||||
next_parameter = '<C-l>',
|
next_parameter = '<M-l>',
|
||||||
previous_parameter = '<C-h>',
|
previous_parameter = '<M-h>',
|
||||||
close_signature = '',
|
close_signature = '<M-y>',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue