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_COMMANDS
toON
if 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