diff --git a/vim/ftplugin/json.vim b/vim/ftplugin/json.vim new file mode 100644 index 0000000..bd55dee --- /dev/null +++ b/vim/ftplugin/json.vim @@ -0,0 +1,2 @@ +set conceallevel=0 +let g:indentLine_setConceal = 0