https://github.com/joom/vimrc
my vim settings / plugins
https://github.com/joom/vimrc
Last synced: 4 months ago
JSON representation
my vim settings / plugins
- Host: GitHub
- URL: https://github.com/joom/vimrc
- Owner: joom
- Created: 2014-06-19T12:54:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T03:46:26.000Z (about 3 years ago)
- Last Synced: 2025-02-28T16:17:22.006Z (over 1 year ago)
- Language: Vim script
- Size: 50.8 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vimrc
My personal vim settings and plugins.
After you backup your .vimrc file and .vim folder, you can install this by running this bash line:
```bash
echo "runtime vimrc" > ~/.vimrc && mkdir ~/.vim && cd ~/.vim && git clone https://github.com/joom/vimrc.git . && git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim && vim +PluginInstall
```
You're all set! Enjoy!