-
Clone this git repository and submodules:
git clone --recurse-submodules https://github.com/FloatingOctothorpe/vim-conf.git ~/git/vim-conf
-
Update
.vimrc
(or_vimrc
on Windows) to load the config:cat > ~/.vimrc <<EOF " Use version controlled config let vimrepopath = '~/git/vim-conf' if stridx(&runtimepath, vimrepopath) < 0 let &runtimepath .= ',' . vimrepopath . '/vimfiles' let &packpath .= ',' . vimrepopath . '/vimfiles' endif exec "source " . vimrepopath . '/vimrc' EOF
Note: this will overwrite any existing .vimrc
config.
All configuration is distributed under the same license as Vim.