Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of background on indentation #206

Open
matejkramny opened this issue Oct 27, 2018 · 1 comment
Open

Get rid of background on indentation #206

matejkramny opened this issue Oct 27, 2018 · 1 comment

Comments

@matejkramny
Copy link

See screenshot:
screenshot from 2018-10-27 14-13-22

I have no idea what i'm doing wrong. Config:

set listchars=tab:\ \ ,trail:·,nbsp:_
set tabstop=4
set shiftwidth=4
set expandtab
set list

let g:solarized_visibility='low'
let g:solarized_termcolors=16
color solarized
syntax enable
set background=dark
colorscheme solarized

Tried variations of solarized_visibility as well as noset, but it still shows light background on second level of indentation.
I should note that when shiftwidth is 2 (or below tabstop) it won't show.

How can I fix this?

Cheers

@Hyvi
Copy link

Hyvi commented May 29, 2020

let g:solarized_visibility='low' let g:solarized_termcolors=16
it works for me (iterm @ mac os )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants