]> git.mdlowis.com Git - archive/vim_config.git/commitdiff
Added README
authorMike D. Lowis <mike@mdlowis.com>
Tue, 21 Feb 2012 22:03:11 +0000 (17:03 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Tue, 21 Feb 2012 22:03:11 +0000 (17:03 -0500)
README.md

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..cfa54d7686023d21ec87525e0276ae6f42075660 100644 (file)
--- 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)