This commit is contained in:
hrsh7th
2021-08-16 01:20:54 +09:00
parent b65237e350
commit 7cd0e35ac8

View File

@@ -195,6 +195,22 @@ Default:
``` ```
FAQ
====================
#### How to set up like nvim-compe's `preselect = 'always'`?
You can use the following configuration.
```lua
cmp.setup {
completion = {
completeopt = 'menu,menuone,noinsert',
}
}
```
Source creation Source creation
==================== ====================