Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elexx/vimfiles
- Owner: elexx
- License: mit
- Created: 2014-06-18T06:53:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T07:21:10.000Z (over 10 years ago)
- Last Synced: 2024-11-07T14:30:09.696Z (about 2 months ago)
- Language: VimL
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)