made completion engine changes :3

This commit is contained in:
foxora 2026-03-20 12:18:32 +00:00
parent 86d0fda70e
commit b0b5565f76

View file

@ -17,7 +17,7 @@ return {
keymap = {
["<C-space>"] = { "show", "show_documentation", "hide_documentation" },
["<C-e>"] = { "hide", "fallback" },
["<C-y>"] = { "select_and_accept", "fallback" },
["<C-h>"] = { "select_and_accept", "fallback" },
["<C-k>"] = { "select_prev", "fallback_to_mappings" },
["<C-j>"] = { "select_next", "fallback_to_mappings" },
@ -30,7 +30,7 @@ return {
["<Tab>"] = { "snippet_forward", "fallback" },
["<S-Tab>"] = { "snippet_backward", "fallback" },
["<C-S-k>"] = { "show_signature", "hide_signature", "fallback" },
["<C-s>"] = { "show_signature", "hide_signature", "fallback" },
},
appearance = {
@ -84,7 +84,7 @@ return {
},
documentation = {
auto_show = false,
auto_show = true,
window = {
border = "rounded",
},