minor update

This commit is contained in:
Alexander Navarro 2024-11-27 18:23:07 -03:00
parent 343b59a592
commit c421ab7b8f

View file

@ -63,6 +63,8 @@ return {
trigger = { signature_help = { enabled = true } },
keymap = {
preset = "enter",
["<C-j>"] = { 'select_next', 'fallback' },
["<C-k>"] = { 'select_prev', 'fallback' },
["<C-u>"] = { 'scroll_documentation_up', 'fallback' },
["<C-d>"] = { 'scroll_documentation_down', 'fallback' },
},