diff --git a/README.md b/README.md index e508cd9..2bf004c 100644 --- a/README.md +++ b/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 ====================