Updated readme with more configuration options.

This commit is contained in:
Caleb Meyer 2015-05-12 12:31:30 -05:00
parent 9b565ff6b5
commit 1bf5de2acc

View file

@ -36,6 +36,7 @@ You may override default global config variables after plugin load.
- `AUTOSUGGESTION_HIGHLIGHT_COLOR`: suggestion highlight color, default is `'fg=8'`.
- `AUTOSUGGESTION_HIGHLIGHT_CURSOR`: highlight word after cursor or not. Must be integer value `1` or `0`, default is `1`.
- `AUTOSUGGESTION_ACCEPT_RIGHT_ARROW`: complete entire suggestion with right arrow. Must be integer value `1` or `0`, default is 0 (right arrow completes one letter at a time).
## Known Issues