1
0
Fork 0
mirror of synced 2024-06-23 09:21:09 -04:00
The ultimate Vim configuration: vimrc
Go to file
2015-09-28 17:10:35 -05:00
autoload Updated plugins 2014-09-27 16:32:18 +01:00
sources_forked Use syntastic instead of pyflakes (supports a ton of more languages) 2014-02-08 10:05:16 +00:00
sources_non_forked Updated vimrc 2015-07-13 11:22:46 +01:00
temp_dirs Updated vimrc 2015-07-13 11:22:46 +01:00
vimrcs Add auto trim whitespace on ruby files 2015-09-19 10:56:23 -05:00
.gitignore add personal configs 2015-09-20 18:51:27 -05:00
install_awesome_vimrc.sh Moved away from using submodules. Using git clone now instead (much easier to manage) 2012-08-15 23:19:21 -04:00
install_basic_vimrc.sh Added basic and awesome install scripts 2012-05-29 16:33:20 -04:00
my_configs.vim Add copy/paste setting for Mac OS X (requires vim >=7.4) 2015-09-23 14:43:07 -05:00
README.md Update README.md 2015-09-28 17:10:35 -05:00
update_plugins.py Updated vimrc 2015-07-13 11:22:46 +01:00

The Ultimate vimrc

I've taken the fantastic awesome vim collection of plugins, and made some tweaks. They are all under the my_configs.vimrc file and basically add these essentials (for me):

  • Line numbers on the left
  • Ruler at 80 chars
  • Actual copying into the OSX clipboard (requires vim 7.4)

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!