-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels