Skip to content
forked from amix/vimrc

The ultimate Vim configuration: vimrc

License

Notifications You must be signed in to change notification settings

patientzero/vimrc

 
 

Repository files navigation

VIM

The Ultimate vimrc

Original Version

This is my personal fork for configuration purposes.

  • The Awesome: Includes a ton of useful plugins, color schemes, and configurations

How to install the Awesome version?

Install for your own user only

The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal:

git clone --depth=1 https://github.com/patientzero/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh

Install for multiple users

To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users.

git clone --depth=1 https://github.com/patientzero/vimrc.git /opt/vim_runtime
sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime user0 user1 user2
# to install for all users with home directories
sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all

About

The ultimate Vim configuration: vimrc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 80.1%
  • Vim Snippet 16.0%
  • Ruby 2.3%
  • Shell 0.4%
  • Python 0.3%
  • PowerShell 0.2%
  • Other 0.7%