made completion engine changes :3
This commit is contained in:
parent
86d0fda70e
commit
b0b5565f76
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue