Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

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

Closed
scwood opened this issue Dec 8, 2016 · 2 comments
Closed

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

scwood opened this issue Dec 8, 2016 · 2 comments

Comments

@scwood
Copy link

scwood commented Dec 8, 2016

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
Copy link
Author

scwood commented Dec 8, 2016

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

@scwood scwood closed this as completed Dec 8, 2016
@ingocraft
Copy link

#24 fixes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants