btrbk, git

This commit is contained in:
Till 2026-02-04 09:53:52 +01:00
parent fb5a44b5f0
commit f511922568
3 changed files with 36 additions and 5 deletions

View file

@ -18,12 +18,13 @@ cmp.setup({
['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(),
['<C-e>'] = cmp.mapping.abort(),
['<Tab>'] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
['<Tab>'] = cmp.mapping.confirm({ select = true }),
}),
sources = cmp.config.sources({
{ name = 'cmp_pandoc' },
{ name = 'emoji' },
{ name = 'fish' },
{ name = 'nvim_lsp' },
{ name = 'path' },
{ name = 'ultisnips' },