This commit is contained in:
Nikos Papadakis 2024-04-13 19:53:24 +03:00
parent c524448d7d
commit 004c4a4958
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ hide-when-typing=yes
# alternate-scroll-mode=no
[colors]
alpha=0.95
alpha=0.5
foreground=cad3f5 # Text
background=24273a # Base
regular0=494d64 # Surface 1

View file

@ -25,7 +25,7 @@ return {
["<C-b>"] = cmp.mapping(cmp.mapping.scroll_docs(-4, { "i", "c" })),
["<C-Space>"] = cmp.mapping(cmp.mapping.complete {}, { "i", "c" }),
["<C-c>"] = cmp.mapping.close(),
["<CR>"] = cmp.mapping.confirm { select = true },
["<C-y>"] = cmp.mapping.confirm { select = true },
["<C-l>"] = cmp.mapping(function()
if luasnip.expand_or_locally_jumpable() then
luasnip.expand_or_jump()