Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.02 KB

Usage

Clone this repo into your home directory. Such as:

git clone git://github.com/mmozuras/vimfiles.git ~/.vim

vim-plug is used for plugin managment. Run :PlugInstall to install plugins.

Now you should create a new .vimrc file in your home directory that loads the pre-configured one that comes bundled in this package. You can do it on Linux/Mac like this:

echo "source ~/.vim/vimrc" > ~/.vimrc

This way you can override the default configuration by adding your own inside this file.

Learn Vim

Visit the following sites to learn more about Vim:

Credits

Some of the people that inspired my .vim: