Skip to content

ben-eb/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

A repository for my vimrc configuration, making it easier to share configuration across machines.

Installation

Modify your ~/.vimrc file to have only this line:

source $HOME/.vim/vimrc/master.vimrc

Then clone this repo into ~/.vim/vimrc

git clone git@github.com:ben-eb/vimrc.git ~/.vim/vimrc

Then run :BundleInstall inside Vim to pull down all of the dependencies.

To get MatchTag to work with Twig filetypes;

echo 'runtime! ftplugin/html.vim' > ~/.vim/bundle/MatchTag/ftplugin/twig.vim

About

A home for my vim configuration files.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors