Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monster.vim - failed async completion #9

Open
jtmkrueger opened this issue Jul 20, 2016 · 2 comments
Open

monster.vim - failed async completion #9

jtmkrueger opened this issue Jul 20, 2016 · 2 comments

Comments

@jtmkrueger
Copy link

jtmkrueger commented Jul 20, 2016

I'm using deoplete, and I added vimproc to my list of plugins and ran make in the directory. I'm not sure what I can do to debug this and see what's actually going wrong. When I try and do the completion sequence, I get monster.vim - failed async completion in the status line. Anyone have a method to debug this and figure out what I've done wrong?

Here's what I added to my neovim init.vim

Plugin 'Shougo/vimproc.vim'
Plugin 'Shougo/deoplete.nvim'
Plugin 'osyo-manga/vim-monster'

...

" enables monster.vim async
let g:monster#completion#rcodetools#backend = "async_rct_complete"

" deoplete
let g:deoplete#enable_at_startup = 1
let g:deoplete#enable_smart_case = 1
let g:deoplete#enable_refresh_always = 1
inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>"
let g:deoplete#sources#omni#input_patterns = {
\   "ruby" : '[^. *\t]\.\w*\|\h\w*::',
\}

I use vundle to do my package management.

@kabasakalis
Copy link

I get the same error, installed all dependencies as indicated, rcodetools etc. My neovim has perfect health.
I think README file must have more detailed instructions.

@dezza
Copy link

dezza commented Dec 7, 2017

I have this problem on MacOS also. Last time I got it working it was on WSL (Ubuntu on Windows) and that's not more than 6 months to 1 year ago. I guess there could be an issue with either a /tmp dir on MacOS or a different problem.

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

No branches or pull requests

3 participants