Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danerwilliams/dotvim

my vim config
https://github.com/danerwilliams/dotvim

Last synced: 10 days ago
JSON representation

my vim config

Awesome Lists containing this project

README

        

# dotVim
My vim configuration

## Installation
Navigate to home directory
`cd ~`
Delete or rename current .vim folder if you have one
`git clone http://github.com/danerwilliams/dotVim.git ~/.vim`
Delete or rename your preexisting .vimrc to allow for symlink to be created in home directory
`ln -s ~/.vim/vimrc ~/.vimrc`

Navigate to .vim directory
`cd ~/.vim`
Initiatialize and update submodules
`git submodule init`
`git submodule update`

Run:
`vim +PluginInstall +qall`