1
0
Fork 0

nvim: lsp - adjust signatures

This commit is contained in:
Vladimír Dudr 2023-12-11 08:16:45 +01:00
parent 7e82cad98d
commit 8a5855502b

View file

@ -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>',
},
})