You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
See screenshot:
I have no idea what i'm doing wrong. Config:
Tried variations of
solarized_visibility
as well asnoset
, but it still shows light background on second level of indentation.I should note that when
shiftwidth
is 2 (or belowtabstop
) it won't show.How can I fix this?
Cheers
The text was updated successfully, but these errors were encountered: