Skip to content
/ vimrc Public
forked from amix/vimrc

The ultimate Vim configuration: vimrc

License

Notifications You must be signed in to change notification settings

tuxify/vimrc

 
 

Repository files navigation

VIM

The Ultimate vimrc

The repository is forked from The Ultimate vimrc (Latest commit when forking) and reset afterwards to reduce its size.

The vimrc files are also updated to tail to my requirements.

How to install the Awesome version?

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/tuxify/vimrc.git ~/.vim_runtime
python ~/.vim_runtime/update_plugins.py
sh ~/.vim_runtime/install_awesome_vimrc.sh

Note: Python is required to download the required plugins.

How to install the Basic version?

The basic version is just one file and no plugins. Just copy basic.vim and paste it into your vimrc.

The basic version is useful to install on remote servers where you don't need many plugins, and you don't do many edits.

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

About

The ultimate Vim configuration: vimrc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 77.3%
  • Vim Snippet 14.5%
  • Python 6.1%
  • Shell 2.1%