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({
|
require("blink.cmp").setup({
|
||||||
-- 'default' (recommended) for mappings similar to built-in completions (C-y to accept)
|
-- 'default' (recommended) for mappings similar to built-in completions (C-y to accept)
|
||||||
-- See :h blink-cmp-config-keymap for configuring keymaps
|
-- See :h blink-cmp-config-keymap for configuring keymaps
|
||||||
keymap = {
|
keymap = { preset = "enter", },
|
||||||
preset = "enter",
|
|
||||||
["<Tab>"] = { "snippet_forward", "select_next", "fallback" },
|
|
||||||
["<S-Tab>"] = { "snippet_backward", "select_prev", "fallback" },
|
|
||||||
},
|
|
||||||
cmdline = {
|
cmdline = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
completion = {
|
completion = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue