Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/vim-config
My vim configuration
https://github.com/zenhack/vim-config
Last synced: 16 days ago
JSON representation
My vim configuration
- Host: GitHub
- URL: https://github.com/zenhack/vim-config
- Owner: zenhack
- Created: 2013-11-01T18:35:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T05:30:46.000Z (over 2 years ago)
- Last Synced: 2024-10-22T07:00:08.648Z (2 months ago)
- Language: Vim script
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just the contents of my `.vim` directory. The repo is a clone of
pathogen, which allows me to update with `git pull`, and I maintain my
plugins as submodules. To set up Vim on a new machine, I just do:git clone git://github.com/zenhack/vim-config .vim
cd .vim
./setup.shThe setup script creates a symlink `~/.vimrc` -> `~/.vim/vimrc`, and
checks out the submodules.This isn't meant to be fit for general use, but it's handy for me to
have it available, and if it happens to be a useful reference to
someone then great.