We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18c289 commit a1a2f21Copy full SHA for a1a2f21
README.md
@@ -36,6 +36,12 @@ In your vimrc file add options.
36
The following key mappings are provided by default:
37
* `<C-x><C-u>` Call user completion function
38
* `<C-x>` Show completion menu
39
+### SuperTab optional integration
40
+```viml
41
+ let g:SuperTabDefaultCompletionType = "context"
42
+ let g:SuperTabCompletionContexts = ['MySQLCompleteSuperTabContext']
43
+```
44
+
45
## Requirements
46
* `VIM 7.3+`
47
* `PHP CLI 5+`
0 commit comments