mgunyho / vim-things

A collection of my vim configuration files and plugins. Mostly for convenience, but also for showing off.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-things

A git repo containing my vim configuration.

With vim version >= 7.4, you can have the .vimrc in $HOME/.vim/vimrc on UNIX or in $HOME/vimfiles/vimrc on Windows. This allows for easy management of the vim directory via git without having to have your whole $HOME in the repo. Note that .vim/[g]vimrc doesn't get sourced if you have a regular .vimrc in $HOME already, so either move .vimrc to .vim/ or source .vim/vimrc.

I do not provide an installation script (often seen in other people's vimrcs on GitHub), as the structure is simple enough that you should be able to look through it and pick out things that you find are useful.

About

A collection of my vim configuration files and plugins. Mostly for convenience, but also for showing off.


Languages

Language:Vim Script 98.6%Language:Python 1.4%