Skip to content

Commit a1a2f21

Browse files
authored
Update README.md
1 parent d18c289 commit a1a2f21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ In your vimrc file add options.
3636
The following key mappings are provided by default:
3737
* `<C-x><C-u>` Call user completion function
3838
* `<C-x>` Show completion menu
39+
### SuperTab optional integration
40+
```viml
41+
let g:SuperTabDefaultCompletionType = "context"
42+
let g:SuperTabCompletionContexts = ['MySQLCompleteSuperTabContext']
43+
```
44+
3945
## Requirements
4046
* `VIM 7.3+`
4147
* `PHP CLI 5+`

0 commit comments

Comments
 (0)