Hacker News new | ask | show | jobs
by jhdevos 3805 days ago
Any idea what the best vim plugin for rtags is? I see there are several...
1 comments

YCM is good for vim too: https://github.com/Valloric/YouCompleteMe

It uses Clang for C/C++/Objective-C/Objective-C++ and exposes itself as a server usable from vim, emacs, sublime ...