supertab plugin in vim -
so problem thread how can insert real tab character in vim?
i install supertab plugin , everytime press tab on keboard autocompletion shows up. because code in python, utilize real tab, solution utilize ctrl+v tab. there improve solution, i'm not missing supertab , can utilize real tab, old tab ??
from supertab doc:
so if don't want supertab start completion @ start of line, after comma, or after space, can set g:supertabnocompleteafter ['^', ',', '\s'].
" set vimrc file allow g:supertabnocompleteafter = ['^', ',', '\s'] vim supertab
No comments:
Post a Comment