2015-04-30

vim-clang: clangを使ったC++の静的補完Vimプラグイン

justmao945/vim-clang

Vimでclangを使ったコード補完としては、Rip-Rip/clang_completeが有名なだったが、vim-clangというものもあると聞いた。早速使って見る。

" Install vim-clang
NeoBundle 'justmao945/vim-clang'

" set clang options for vim-clang
let g:clang_c_options = '-std=c11'
let g:clang_cpp_options = '-std=c++1z -stdlib=libc++ --pedantic-errors'

なるほど、clang_completeより使い勝手がよい。乗り換えることにした。

No comments:

Post a Comment

You can use some HTML elements, such as <b>, <i>, <a>, also, some characters need to be entity referenced such as <, > and & Your comment may need to be confirmed by blog author. Your comment will be published under GFDL 1.3 or later license with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.