dmiedema / vimrc

vimrc configuration that isn't a pain to setup and maintain. With little to no magic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

my vimrc configuration.

Requirements

vim-plug is used for plugin handling/management.

Extending

There is currently support for a vimrc.local file for local configurations/overrides to exist.

For bundles there is support for a vimrc.bundles.local for including/removing any bundles you'd like.

[language].vim

Idea taken from here. These will need to be symlinked (or copied/moved) manually. They're just listed in the root directory

License

MIT license. Please see LICENSE for the full text

About

vimrc configuration that isn't a pain to setup and maintain. With little to no magic

License:MIT License


Languages

Language:Vim Script 94.1%Language:Python 5.9%