An open API service indexing awesome lists of open source software.

https://github.com/diegotoral/my-vim

My Vim bundles and configurations.
https://github.com/diegotoral/my-vim

Last synced: about 2 months ago
JSON representation

My Vim bundles and configurations.

Awesome Lists containing this project

README

        

# My-Vim
My Vim bundles and configurations.

## Installation
First follow the instructions to install [spf13-vim](https://github.com/spf13/spf13-vim) then clone this project to your *$HOME* directory, as follow

git clone https://github.com/diegotoral/my-vim.git .my-vim

then create symlinks to .vimrc.local and .vimrc.bundles.local within your *$HOME* directory

ln -s ~/.my-vim/.vimrc.local ~/.vimrc.local && ln -s ~/.my-vim/.vimrc.bundles.local ~/.vimrc.bundles.local

Enjoy Vim!