flow / vim-flow

A vim plugin for Flow
Other
525 stars 52 forks source link

Commands don't exist, g:flow#omnifunc pattern not found? #47

Closed scwood closed 7 years ago

scwood commented 7 years ago

I have the plugin installed but none of the commands exist i.e. FlowMake. I can echo out the value of some variables:

:echo g:flow#enable
1

But not others:

:echo g:flow#omnifunc
E121: Undefined variable: g:flow#omnifunc
E15: Invalid expression: g:flow#omnifunc

Minimal vimrc:

call plug#begin()

Plug 'flowtype/vim-flow'

call plug#end()

Any ideas?

scwood commented 7 years ago

Looks like flow-bin needs to be install globally. That fixed it.

ingocraft commented 7 years ago

24 fixes