fixed some completion annoyances.
This commit is contained in:
parent
605afcd24c
commit
5782f851c8
1 changed files with 1 additions and 5 deletions
|
|
@ -47,11 +47,7 @@ return {
|
|||
require("blink.cmp").setup({
|
||||
-- 'default' (recommended) for mappings similar to built-in completions (C-y to accept)
|
||||
-- See :h blink-cmp-config-keymap for configuring keymaps
|
||||
keymap = {
|
||||
preset = "enter",
|
||||
["<Tab>"] = { "snippet_forward", "select_next", "fallback" },
|
||||
["<S-Tab>"] = { "snippet_backward", "select_prev", "fallback" },
|
||||
},
|
||||
keymap = { preset = "enter", },
|
||||
cmdline = {
|
||||
enabled = true,
|
||||
completion = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue