/vimfiles

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

Vimfiles

Installation

  1. Clone the repo in ~/.vim:
git clone https://github.com/mfgea/vimfiles.git ~/.vim
  1. Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/tern-config ~/.tern-config
  1. Finish YouCompleteMe installation:
sudo apt-get install build-essential cmake
sudo apt-get install python-dev
cd ~/.vim/bundle/YouCompleteMe
./install.py --tern-completer
  1. DONE!