Makefile 383 B

123456789101112131415
  1. all: YouCompleteMe/install.py
  2. vundle: init.vim Vundle.vim/autoload/vundle.vim
  3. nvim +PluginInstall +qall
  4. Vundle.vim/autoload/vundle.vim: init.vim
  5. git submodule update --init
  6. YouCompleteMe/install.py: .gitmodules init.vim
  7. git submodule update --init
  8. nvim +PluginInstall +qall
  9. ycm-update: YouCompleteMe/install.py
  10. python $< --clang-completer --racer-completer --tern-completer