nvim: tune cmp
This commit is contained in:
parent
7cf5bf0aed
commit
2ac56e6c8f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ function M.config()
|
|||
-- completion = cmp.config.window.bordered(),
|
||||
-- documentation = cmp.config.window.bordered(),
|
||||
},
|
||||
preselect = 'None',
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
['<C-b>'] = cmp.mapping.scroll_docs(-4),
|
||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
|
|
Loading…
Add table
Reference in a new issue