xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Support cuda #417

Open zhou13 opened 10 years ago

zhou13 commented 10 years ago

Cuda is a language very similar with C++ with extension. I find that enable clang_complete when filetype is cuda can do the completion in most case. Initialization and setting b:clang_parameter .= '++' when filetype is cuda on my system works very well