Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 703 Bytes

About

This a forked version of vim settings I tuned for my Go development.

Usage

After cloning the repository at a location, say, $HOME/vim-config, you want to make symbolic links of $HOME/vim-config/vim to $HOME/.vim and vimrc to $HOME/.vimrc

Run git submodule update --init --recursive

Or, you can just clone using git clone [email protected]:vitas/vim-config --recursive

You'd want to symlink $CONFIG_DIR/vimrc to $HOME/.vimrc and $CONFIG_DIR/gvimrc to $HOME/.gvimrc. Additionally, I use $HOME/.vimrc_local to store things specific to my machines, or when I'm debugging scripts.

Features

They're all included using Pathogen from the vim/bundles directory.