From 4d8848b863cd0c70df2d9d6ebe6cfbc9f48e693b Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Thu, 6 Mar 2014 12:51:19 +0800 Subject: [PATCH] Turn off json syntax conceal in vim. This function is !@#$%^, because you cannot figure out the difference between: { "abc": 1 } And, { "abc": "1" } --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 3b02abb..8141ba8 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -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