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:
@@ -64,6 +64,7 @@ Bundle "tpope/vim-fugitive"
|
|||||||
"
|
"
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
let g:SuperTabDefaultCompletionType = "context"
|
let g:SuperTabDefaultCompletionType = "context"
|
||||||
|
let g:vim_json_syntax_conceal = 0
|
||||||
"
|
"
|
||||||
" other
|
" other
|
||||||
au BufNewFile,BufRead *.go set filetype=go
|
au BufNewFile,BufRead *.go set filetype=go
|
||||||
|
|||||||
Reference in New Issue
Block a user