Yggdroot
Yggdroot
Does your code indent with space or tab?
What is the color of `conceal`? Is it the same as background?
`:hi conceal`
Is it the same as background?
>  > >  > When I run 'IndentLinesToggle'. What is the output of `vim --version | grep conceal` ?
> I tried to answer, English is not very good, everyone tried to read. > I installed this plugin today, and then wrote some php code to see the effect,...
@killerqhk `set expandtab`
> -conceal +lispindent +reltime +vreplace
can not reproduce. Maybe you have installed other plugin. 
This issue is because the author of json's [syntax file](https://github.com/vim/vim/blob/master/runtime/syntax/json.vim) thought people like the quotes being concealed. To fix the issue, you can do like this: 1. enter vim 2....