From 6d95258526ecbd92d3731c63a6c0f8b728d8c3e3 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Mon, 3 Feb 2014 17:08:41 -0700 Subject: [PATCH] Added config note about disabling MatchParens --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.markdown b/README.markdown index d20e6ac..e834a6f 100644 --- a/README.markdown +++ b/README.markdown @@ -29,6 +29,17 @@ manager. Or simply copy the color scheme file to your `~/.vim/colors` directory. +## Configuration + +Those users who find the parentheses matching disconcerting can disable +this default Vim plugin in their `.vimrc` with: + +``` +let loaded_matchparen = 1 +``` + +See `:help pi_paren.txt` for more details. + ## Usage Just like any other color scheme: