nvim
This commit is contained in:
parent
c524448d7d
commit
004c4a4958
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ hide-when-typing=yes
|
||||||
# alternate-scroll-mode=no
|
# alternate-scroll-mode=no
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=0.95
|
alpha=0.5
|
||||||
foreground=cad3f5 # Text
|
foreground=cad3f5 # Text
|
||||||
background=24273a # Base
|
background=24273a # Base
|
||||||
regular0=494d64 # Surface 1
|
regular0=494d64 # Surface 1
|
||||||
|
|
|
@ -25,7 +25,7 @@ return {
|
||||||
["<C-b>"] = cmp.mapping(cmp.mapping.scroll_docs(-4, { "i", "c" })),
|
["<C-b>"] = cmp.mapping(cmp.mapping.scroll_docs(-4, { "i", "c" })),
|
||||||
["<C-Space>"] = cmp.mapping(cmp.mapping.complete {}, { "i", "c" }),
|
["<C-Space>"] = cmp.mapping(cmp.mapping.complete {}, { "i", "c" }),
|
||||||
["<C-c>"] = cmp.mapping.close(),
|
["<C-c>"] = cmp.mapping.close(),
|
||||||
["<CR>"] = cmp.mapping.confirm { select = true },
|
["<C-y>"] = cmp.mapping.confirm { select = true },
|
||||||
["<C-l>"] = cmp.mapping(function()
|
["<C-l>"] = cmp.mapping(function()
|
||||||
if luasnip.expand_or_locally_jumpable() then
|
if luasnip.expand_or_locally_jumpable() then
|
||||||
luasnip.expand_or_jump()
|
luasnip.expand_or_jump()
|
||||||
|
|
Loading…
Reference in a new issue