https://github.com/jgorset/vim-dotfiles
These are my VIM dotfiles. I like them.
https://github.com/jgorset/vim-dotfiles
dotfiles vim
Last synced: about 2 months ago
JSON representation
These are my VIM dotfiles. I like them.
- Host: GitHub
- URL: https://github.com/jgorset/vim-dotfiles
- Owner: jgorset
- Created: 2012-02-27T23:15:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T20:39:23.000Z (over 6 years ago)
- Last Synced: 2025-06-01T18:53:32.272Z (about 1 year ago)
- Topics: dotfiles, vim
- Language: Vim script
- Homepage:
- Size: 358 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIM dotfiles
These are my VIM dotfiles. They're pretty great.
## Installation
Download and copy everything in `home` to your home directory, or use
[homesick](https://github.com/technicalpickles/homesick) and save
yourself the trouble:
$ homesick clone jgorset/vim-dotfiles
$ homesick symlink jgorset/vim-dotfiles
Set up [Vundle](https://github.com/VundleVim/Vundle.vim):
```
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```
Launch VIM and run `:PluginInstall`.