Added git submodule for supertab

This commit is contained in:
2017-04-06 10:40:30 -04:00
parent 7d4784c58f
commit e56d63308b
9 changed files with 5 additions and 1913 deletions

View File

@@ -22,7 +22,7 @@ set nocompatible
"{- SUPERTAB -}"
" Use the default vim completion keys for supertab completion
let g:SuperTabMappingForward = '<c-p>'
let g:SuperTabMappingBackward = '<c-p>'
let g:SuperTabMappingBackward = '<c-n>'
" Use context sensitive completion to allow filename and omni completion
let g:SuperTabDefaultCompletionType = "context"