Skip to content

monster.vim - failed async completion #9

@jtmkrueger

Description

@jtmkrueger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions