configure dconf

This commit is contained in:
Sean Kovacs 2026-02-07 17:49:17 -05:00
commit b7c561136b
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 35 additions and 2 deletions

View file

@ -140,7 +140,7 @@
['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(),
['<C-e>'] = cmp.mapping.abort(),
['<C-Tab>'] = cmp.mapping.confirm({ select = true }),
['<C-Enter>'] = cmp.mapping.confirm({ select = true }),
})
'';
};