From: Mike D. Lowis Date: Tue, 9 Oct 2012 16:14:06 +0000 (-0400) Subject: Update README X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5615164e84e8bb1592b3cf9c09ecebc2ff8c39ad;p=archive%2Fvim_config.git Update README --- diff --git a/README.md b/README.md index cfa54d7..9832ec1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ 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. +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 I also have a few syntax files, a color scheme, +and a modified version of the DoxygenToolkit plugin. -### 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)