Skip to content

mmozuras/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published