Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidb/.vim

my vim configuration directory
https://github.com/davidb/.vim

Last synced: about 2 months ago
JSON representation

my vim configuration directory

Awesome Lists containing this project

README

        

Installation
============

Clone the repo:
`git clone https://github.com/davidB/.vim.git ~/.vim`

Grab the plugin submodules:
`cd ~/.vim && git submodule update --init`

Make sure vim finds the vimrc file by either symlinking it:
`ln -s ~/.vim/vimrc ~/.vimrc`

or by sourcing it from your own ~/.vimrc:
`source ~/.vim/vimrc`