feat(nvim): blink bindings for the documentation
This commit is contained in:
parent
e3497e0bc1
commit
0269094a4e
1 changed files with 6 additions and 0 deletions
|
@ -4,8 +4,14 @@ return {
|
|||
keymap = {
|
||||
["<C-k>"] = { "select_prev", "fallback" },
|
||||
["<C-j>"] = { "select_next", "fallback" },
|
||||
["<C-u>"] = { "scroll_documentation_up", "fallback" },
|
||||
["<C-d>"] = { "scroll_documentation_down", "fallback" },
|
||||
},
|
||||
completion = {
|
||||
menu = {
|
||||
border = "rounded",
|
||||
scrollbar = true,
|
||||
},
|
||||
documentation = {
|
||||
window = {
|
||||
border = "rounded",
|
||||
|
|
Loading…
Add table
Reference in a new issue