One-stop .vim configuration to boost daily productivity.
wget -qO - https://raw.github.com/sunbingfeng/dot-vim/master/setup.sh | bash-
Generate compile flags for
YCM- Set
CMAKE_EXPORT_COMPILE_COMMANDStoONif you are using cmake
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..- Use 3rd tool bear if you are using makefile
- Set
-
Generate tags using
ctag. Refer to e-ctags for more details. ctags tutorial: https://kulkarniamit.github.io/whatwhyhow/howto/use-vim-ctags.html