From bf1137ba4a9dae677880cc45d31f3110c8f15a9d Mon Sep 17 00:00:00 2001 From: Aggie Bill Date: Sun, 12 Mar 2017 22:18:30 -0400 Subject: [PATCH] Updated table in README.mkd I had to reference the Advanced Configuration table to fix an issue with my usage of solarized (which is a beautiful colorscheme). It did not render correctly on GitHub, so I looked at the raw text and then corrected it to display correctly. --- README.mkd | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.mkd b/README.mkd index a163b02..9d80cf6 100644 --- a/README.mkd +++ b/README.mkd @@ -132,18 +132,17 @@ Solarized will work out of the box with just the two lines specified above but does include several other options that can be set in your .vimrc file. Set these in your vimrc file prior to calling the colorscheme. -" - option name default optional - ------------------------------------------------ - g:solarized_termcolors= 16 | 256 - g:solarized_termtrans = 0 | 1 - g:solarized_degrade = 0 | 1 - g:solarized_bold = 1 | 0 - g:solarized_underline = 1 | 0 - g:solarized_italic = 1 | 0 - g:solarized_contrast = "normal"| "high" or "low" - g:solarized_visibility= "normal"| "high" or "low" - ------------------------------------------------ + +option name|default|optional +-----------|-------|-------- +g:solarized_termcolors= | 16 | 256 +g:solarized_termtrans= | 0 | 1 +g:solarized_degrade= | 0 | 1 +g:solarized_bold= | 1 | 0 +g:solarized_underline= | 1 | 0 +g:solarized_italic= | 1 | 0 +g:solarized_contrast= | "normal"| "high" or "low" +g:solarized_visibility= | "normal"| "high" or "low" ### Option Details