Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekwyatt/vim-config
My Vim configuration
https://github.com/derekwyatt/vim-config
Last synced: about 5 hours ago
JSON representation
My Vim configuration
- Host: GitHub
- URL: https://github.com/derekwyatt/vim-config
- Owner: derekwyatt
- Created: 2011-07-05T17:16:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T16:20:08.000Z (about 3 years ago)
- Last Synced: 2024-08-04T01:28:15.881Z (3 months ago)
- Language: Vim script
- Homepage: http://derekwyatt.org
- Size: 4.15 MB
- Stars: 408
- Watchers: 31
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Derek Wyatt's Vim Configuration
Yup... it's a vim configuration.
To install it, do the following:
* Wipe out your `~/.vimrc` file and `~/.vim` directory (back up if you wish)
* `git clone https://github.com/derekwyatt/vim-config.git ~/.vim`
* `ln ~/.vim/vimrc ~/.vimrc`
* I use [Vundle](https://github.com/gmarik/Vundle.vim), so you'll have to install that into `~/.vim/bundle/Vundle.vim`. You will probably also have to run `:VundleInstall` when you start up Vim as well.
* Start VimOccassionally plugins will get updates, and you should use the `:VundleUpdate` command to get those updates.