Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 654 Bytes

my vim configuration

Installation

I use pathogen.vim to manage my plugins.

pushd .
mkdir ~/.vim
cd ~/.vim && git clone https://github.com/mitakas/dotfiles-vim.git .
git submodule update --init # pathogen, as well as the other plugins are submodules
cd ~/.vim/bundle/vimproc/ && make -f make_unix.mak # compile vimproc
cd ~/.vim/bundle/YouCompleteMe/ && git submodule update --init --recursive && ./install.py # compile YouCompleteMe
ln -s ~/.vim/vimrc ~/.vimrc
popd

For included plugins see the bundle folder.