mirror of
https://github.com/altercation/solarized
synced 2024-11-24 20:53:03 +00:00
Fix syntax for setting g:solarized_visibility
This commit is contained in:
parent
ec47403bd0
commit
21a77d0abb
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ These changes may require you to change your configuration.
|
||||||
displayed using ":set list" can be set to one of three levels depending on
|
displayed using ":set list" can be set to one of three levels depending on
|
||||||
your needs.
|
your needs.
|
||||||
|
|
||||||
g:solarized_visibility = "normal"| "high" or "low"
|
let g:solarized_visibility = "normal"| "high" or "low"
|
||||||
|
|
||||||
I'll be honest: I still prefer low visibility. I like them barely there.
|
I'll be honest: I still prefer low visibility. I like them barely there.
|
||||||
They show up in lines that are highlighted as by the cursor line, which
|
They show up in lines that are highlighted as by the cursor line, which
|
||||||
works for me. If you are with me on this, put the following in your .vimrc:
|
works for me. If you are with me on this, put the following in your .vimrc:
|
||||||
|
|
||||||
g:solarized_visibility = "low"
|
let g:solarized_visibility = "low"
|
||||||
|
|
||||||
### Non Critical Changes
|
### Non Critical Changes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue