ervandew / supertab

Perform all your vim insert mode completions with Tab
3.17k stars 216 forks source link

not working for me (vim 8) #184

Closed skamsie closed 7 years ago

skamsie commented 7 years ago

Unfortunately this plugin is not working for me. Not sure if I am missing something since the readme only says to install it. So I installed it with pathogen, it is the only plugin I have and this is my .vimrc:

execute pathogen#infect()

filetype plugin on
autocmd CompleteDone * pclose

Let's say I open a new file: vim test.py.

With the tab key:

screen shot 2017-02-11 at 16 22 08

With Ctrl+K, Ctrl+o:

screen shot 2017-02-11 at 16 24 36

I was expecting to get the same results. Am I missing something?

~|➤➤ vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 24 2017 14:45:56)
MacOS X (unix) version
Included patches: 1-225
Compiled by Homebrew

Also, help does not work E149: Sorry, no help for supertab