Add FAQ
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user