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

Disable hiding double quotes #4

Closed
chalist opened this issue Jul 5, 2022 · 3 comments
Closed

Disable hiding double quotes #4

chalist opened this issue Jul 5, 2022 · 3 comments

Comments

@chalist
Copy link

chalist commented Jul 5, 2022

How I can disable double-quotes hiding?

JSON file content:

{
  "test": "asdasd"
}

JSON in wim:

image

@ArianaAsl
Copy link

ArianaAsl commented Jul 8, 2022

this is a common behavior of vim with json files. you can try this or set conceallevel=0

@chalist
Copy link
Author

chalist commented Jul 8, 2022

@ArianaAsl That's not vim's default I think so. I use vim and I didn't see it before installing this config.
Also, I tried with another user and config on my laptop and everything is OK.

But conceallevel=0 works fine. Thank you.

@ArianaAsl
Copy link

vim has been having this problem since 2013. It sometimes is and sometimes isn't. It has nothing to do with the rc since there is nothing about the json language in the rc to cause that and non of the plugins used in wim use the conceal option. Its just one of those things. glad it helped.

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

3 participants