Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elexx/vimfiles

My personal vim configs
https://github.com/elexx/vimfiles

Last synced: 6 days ago
JSON representation

My personal vim configs

Awesome Lists containing this project

README

        

Vimfiles
========

My personal vim config.

Installation
------------

* Create ~/.vim `mkdir ~/.vim`
* Clone this repo to ~/.vim/vimfiles: `git clone git://github.com/elexx/vimfiles.git ~/.vim/vimfiles`
* Symlink vimrc to ~/.vimrc: `ln -s ~/.vim/vimfiles/vimrc ~/.vimrc`
* Clone [vundle](https://github.com/gmarik/vundle): `git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
* Install all plugins: `vim +BundleInstall +qall` (or from within vim: `:BundleInstall`)
* Patch [powerline font](https://powerline.readthedocs.org/en/latest/fontpatching.html) (Inconsolata)