Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Update README.md #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ augroup CompletionTriggerCharacter
augroup end
```

- If you don't want to use trigger characters provided by language servers, you can disable it with
```vim
let g:completion_enable_server_trigger = 0
```

### Trigger keyword length

- You can specify keyword length for triggering completion, if the current word is less then keyword length, completion won't be
Expand Down