weynsee/dotvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation:
Clone this repo
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule update --init
Dependencies
brew install the_silver_searcher (OS X) or apt-get install silversearcher-ag (Ubuntu)
cd ~/.vim/bundle/YouCompleteMe && ./install.sh