mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
code cleanup
This commit is contained in:
parent
2b4768b21d
commit
bc0ef751e8
3 changed files with 3 additions and 27 deletions
|
|
@ -12,7 +12,7 @@ cmp.setup({
|
|||
},
|
||||
mapping = cmp.mapping.preset.insert {
|
||||
['<C-d>'] = cmp.mapping.scroll_docs( -4),
|
||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-u>'] = cmp.mapping.scroll_docs(4),
|
||||
-- ['<C-Space>'] = cmp.mapping.complete(),
|
||||
['<CR>'] = cmp.mapping.confirm {
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue