maralla/completor.vim

Cannot get to work on msys2

Opened this issue · 0 comments

Hi, I'm using msys2 (Windows linux shell), and I just cannot get this to work. I installed it using Vundle, and the completor.vim is in the right place. I've set the path to clang for c and the path to jedi for python, and neither type of file is showing me any completion options. I've also tried explicitely turning it on in my vimrc:

`let g:completor_auto_trigger = 1

let g:completor_clang_library="C:/msys64/mingw64/bin/"

let g:complete_whitelist=['cpp', 'c']

let g:completor_debug=1

let g:completor_enable_filename = ['cpp', 'c']

let g:completor_enable_buffer = ['cpp', 'c']

let g:completor_enable_ultisnips = ['cpp', 'c']`

I'm not sure what else I can do. I've gone through the help section over and over, I can't see what I'm doing wrong. I'd really appreciate some feedback though. Thank you for making this - the setup for YouCompleteMe is just ridiculous!