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