Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 356 Bytes

.vim

Repository for vim configuration files.

Usage

Clone the repository in the user's home directory:

$ cd $HOME
$ git clone [email protected]:alvarosainzpardo/.vim.git

The file $HOME/.vim/vimrc should be used by vim as the user config file. If not, then link $HOME/.vimrc to $HOME/.vim/vimrc:

$ ln -s ~/.vim/vimrc ~/.vimrc