feat(nvim): blink bindings for the documentation

This commit is contained in:
Sergio Laín 2025-08-02 19:20:06 +02:00
parent e3497e0bc1
commit 0269094a4e
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -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",