trevdor / t-vim

A place for my vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My (Mac)Vim configuration

README and initial setup was pert near theft of Jason Kapp's https://github.com/mtbkapp/kapp-vim.git

Combined with some of Ryan Florence's vim settings

Uses these plugins:

Color themes:

Font:

Installation

Backup then delete your existing ~/.vim and ~/.vimrc files.

git clone --recursive https://github.com/trevdor/t-vim.git
ln -s <cloned-dir> ~/.vim
ln -s <cloned-dir>/.vimrc ~/.vimrc

Troubleshooting

Plugins are not loading

This project uses submodules. If you did not clone the project using --recursive then you need to manually update submodules.

cd ~/.vim
git submodule init
git submodule update

Plugins are out of date

cd ~/.vim
git submodule init
git submodule update

About

A place for my vim settings


Languages

Language:Vim Script 100.0%