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

Cannot get to work on msys2 #318

Open
danboxall1988 opened this issue Mar 8, 2022 · 0 comments
Open

Cannot get to work on msys2 #318

danboxall1988 opened this issue Mar 8, 2022 · 0 comments

Comments

@danboxall1988
Copy link

danboxall1988 commented Mar 8, 2022

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!

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

1 participant