Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borissov authored Apr 20, 2017
1 parent d18c289 commit a1a2f21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ In your vimrc file add options.
The following key mappings are provided by default:
* `<C-x><C-u>` Call user completion function
* `<C-x>` Show completion menu
### SuperTab optional integration
```viml
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabCompletionContexts = ['MySQLCompleteSuperTabContext']
```

## Requirements
* `VIM 7.3+`
* `PHP CLI 5+`
Expand Down

0 comments on commit a1a2f21

Please sign in to comment.