1
0
Fork 0
mirror of synced 2024-11-16 14:05:34 -05:00
ultimate-vim/README.md

10 lines
483 B
Markdown
Raw Normal View History

2012-05-29 17:32:24 -04:00
# The Ultimate vimrc
2012-05-29 12:19:29 -04:00
2015-09-28 18:10:35 -04:00
I've taken the [fantastic awesome vim](https://github.com/amix/vimrc) collection of plugins, and made some tweaks. They are all under the `my_configs.vimrc` file and basically add these essentials (for me):
2012-05-29 17:32:24 -04:00
2015-09-28 18:10:35 -04:00
- Line numbers on the left
- Ruler at 80 chars
- Actual copying into the OSX clipboard (requires vim 7.4)
2012-05-29 17:32:24 -04:00
2015-09-28 18:10:35 -04:00
I highly suggest you visit the parent repo and see the overview, or look at the actual `.vimrc` files which are very well documented. Enjoy!