This is vim config setting for c++ developer
If using macosx, the ctag can not support ctag -R, pls install new ctag
brew install vundle
- Prepare the ag: brew install the_silver_searcher
vim ~/.vimrc
- PluginInstall
- BundleInstall
-
vim textfile
-
Directly input command: wm --> open the file list
-
Directly input command: tg --> open the tag list, which show the function, class, variables.