ervandew / supertab

Perform all your vim insert mode completions with Tab
3.18k stars 214 forks source link

Disable for a filetype #212

Closed Boncom99 closed 2 years ago

Boncom99 commented 4 years ago

I am trying to disable supertab just for .tex files and I don't see a way to do it.

thanks for the help

kflak commented 3 years ago

+1 on this. Would love to see this implemented!

vphantom commented 2 years ago

This works for me (based on #132):

" Stand down for Makefiles
au Filetype make let b:SuperTabDisabled = 1
kflak commented 2 years ago

Thanks!