Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankeshanand/vim-config
https://github.com/ankeshanand/vim-config
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankeshanand/vim-config
- Owner: ankeshanand
- Created: 2015-10-30T12:09:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T23:08:32.000Z (about 9 years ago)
- Last Synced: 2024-11-13T07:39:35.047Z (2 months ago)
- Language: VimL
- Size: 938 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim-config
==========The vim configuration I use, manage plugins with pathogen, symlink to .vimrc and kickass.
To install it, do the following:
* Wipe out your `~/.vimrc` file and `~/.vim` directory (back up if you wish)
* Download the repository `git clone https://github.com/ankeshanand/vim-config.git ~/.vim`
* Install pathogen:```
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -Sso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
```
* Get all the plugins `git submodule init && git submodule update`
* Symlink to .vimrc `ln ~/.vim/vimrc ~/.vimrc`
* Start Vim and kickass some code.