Skip to content

My vim setup including my .vimrc file and my installed plugins included as submodules using pathogen

Notifications You must be signed in to change notification settings

marcfreiheit/vim-setup

Repository files navigation

Vim setup

Pre-Reqs

You must have installed:

  • python (brew install python3)
  • cmake (brew install cmake)
  • typescript
  • powerline fonts

Installation

Run the following commands to install this vim setup:

pushd ~
git clone --recurse-submodules -j8 [email protected]:marcfreiheit/vim-setup.git .vim
ln .vim/.vimrc .vimrc
pushd .vim/bundle/YouCompleteMe
python install.py
popd
# Install dependency of tsuquyomi
pushd ~/.vim/bundle/vimproc.vim
make
popd
popd

About

My vim setup including my .vimrc file and my installed plugins included as submodules using pathogen

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published