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

Why double quotes in JSON are hidden but show up only in current line? #375

Closed
trantorLiu opened this issue Jun 1, 2013 · 6 comments · Fixed by #637
Closed

Why double quotes in JSON are hidden but show up only in current line? #375

trantorLiu opened this issue Jun 1, 2013 · 6 comments · Fixed by #637

Comments

@trantorLiu
Copy link

As title. Double quotes in JSON are hidden and show up only in current line. What plugin it is? I would like to turn it off.

@spf13
Copy link
Owner

spf13 commented Jun 1, 2013

This bothers me as well. There's no reason to hide them. I'll see what I can do.

@sirzerator
Copy link

I had the same problem and found a solution here : https://github.com/elzr/vim-json?source=cc#specific-customizations . Basically, to disable the auto-hide feature in json-vim, use this : set conceallevel=0.

@trantorLiu
Copy link
Author

Thank you @sirzerator!

@ghost
Copy link

ghost commented Jul 7, 2014

@sirzerator :we're fixing this by default in #637 so you can remove your this option now.

PegasusWang added a commit to PegasusWang/vim-config that referenced this issue Nov 11, 2020
@ProfKache
Copy link

The above on some editors doesn't work. As for me I wrote
au Filetype json set conceallevel=0

@antofthy
Copy link

Note that setting conceallevel to 0 also disabled indentLine.

Why indentLine should interfer with conceal I have no idea but it stuffs it around a lot!

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

Successfully merging a pull request may close this issue.

5 participants