Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 341 Bytes

myvim-config

My VIM configuration

-- How to use

Move vimrc and tmux.conf to your home dir as .vimrc and .tmux.conf

-- How to install

  • Install vundle plugin for vim
  • Install cmake
  • Execute PluginInstall in your vim command mode.
  • cd into ~/.vim/bundle/YouCompleteMe and execute ./install.sh --clang-completer for c/c++ completion.