You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My vim and clang are both 32 bit.
I am using python 2.7.
I have set correctly the path to clang: let g:clang_library_path='C:/Program Files (x86)/LLVM/bin'
I have set correctly that i want to use compile_commands.json: let g:clang_use_library = 1
That's all my clang configuration in _vimrc.
When i open a .c file i get no errors.
Also i have compile_commands.json file.
But none of the features of the plugin works...I don't know why.
Jump to declaration - C-] doesn't work.
C-W C-U for autocomplete - Pattern not found
The text was updated successfully, but these errors were encountered:
MartinChekurov
changed the title
Nothinr works - Jump to declaration, auto completion etc
Nothing works - Jump to declaration, auto completion etc
Jun 18, 2020
My vim and clang are both 32 bit.
I am using python 2.7.
I have set correctly the path to clang:
let g:clang_library_path='C:/Program Files (x86)/LLVM/bin'
I have set correctly that i want to use compile_commands.json:
let g:clang_use_library = 1
That's all my clang configuration in _vimrc.
When i open a .c file i get no errors.
Also i have
compile_commands.json
file.But none of the features of the plugin works...I don't know why.
Jump to declaration - C-] doesn't work.
C-W C-U for autocomplete - Pattern not found
The text was updated successfully, but these errors were encountered: