Turn off json syntax conceal in vim.

This function is !@#$%^, because you cannot figure out the difference
between:

{
    "abc": 1
}

And,

{
    "abc": "1"
}
This commit is contained in:
Gea-Suan Lin
2014-03-06 12:51:19 +08:00
parent d7e027c136
commit 4d8848b863

View File

@@ -64,6 +64,7 @@ Bundle "tpope/vim-fugitive"
"
filetype plugin indent on
let g:SuperTabDefaultCompletionType = "context"
let g:vim_json_syntax_conceal = 0
"
" other
au BufNewFile,BufRead *.go set filetype=go