Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.13k stars 227 forks source link

eat quotation marks? #368

Closed Martinits closed 2 years ago

Martinits commented 2 years ago

My vimrc is here: https://github.com/Martinits/dotfiles/blob/master/.vim/vimrc When I edit some json files, the quotation marks disappear (just on the screen, not in the file). Then the quotation marks come back when I comment out this plugin in vimrc. I'm not sure whether it's this plugin's fault, but commenting out other plugins have no such effect. image image

Yggdroot commented 2 years ago

let g:vim_json_conceal=0

Martinits commented 2 years ago

Oh thanks a lot. Need to learn more about vim.