From: Mike D. Lowis Date: Tue, 21 Feb 2012 22:03:11 +0000 (-0500) Subject: Added README X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=bcb8a4713246112f8a120c4c025e5fbe7874ecc6;p=archive%2Fvim_config.git Added README --- diff --git a/README.md b/README.md index e69de29..cfa54d7 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +Vim Configuration +================= + +This is my vim configuration. I have a variety of tweaks and settings that make +vim much more comfortable for writing code day in and day out. The bulk of the +settings are in vimrc but there are 3 plugins that provide features not already +builtin to vim. + +### Plugins Used + +* NERD Tree (Tree view directory browser) +* Kwbd (Delete a buffer without destroying your window layout) +* minibufexpl (provides a tab-like view of open buffers)