1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08: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)

Easiest way to install this on a fresh workstation is the following:

# vim setup
git clone https://github.com/maxArturo/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh

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!

Description
No description provided
Readme MIT 64 MiB
Languages
Vim Script 80.3%
Vim Snippet 15.8%
Ruby 2.3%
Shell 0.4%
Python 0.3%
Other 0.7%