From b00971a465b6c736bd9d46714bb850b0d20342ce Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 2 Jun 2014 05:02:21 -0400 Subject: [PATCH] Disabled hiding quotes in json --- vim/bundle/unite.vim | 2 +- vim/bundle/vimfiler.vim | 2 +- vim/bundle/webapi-vim | 2 +- vim/config/plugins.vim | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/vim/bundle/unite.vim b/vim/bundle/unite.vim index 4749211..41eb18b 160000 --- a/vim/bundle/unite.vim +++ b/vim/bundle/unite.vim @@ -1 +1 @@ -Subproject commit 474921166934250091a3e553500617cb17917fef +Subproject commit 41eb18ba9b2962840dc389d0be04d6a9bb698179 diff --git a/vim/bundle/vimfiler.vim b/vim/bundle/vimfiler.vim index c959564..b5179dd 160000 --- a/vim/bundle/vimfiler.vim +++ b/vim/bundle/vimfiler.vim @@ -1 +1 @@ -Subproject commit c95956428bd1685c556899d5adddc0e2aaca7a30 +Subproject commit b5179dda5e8ad46c8e89774f9001b95e09d3c1c4 diff --git a/vim/bundle/webapi-vim b/vim/bundle/webapi-vim index 4761e3e..0d6b9f6 160000 --- a/vim/bundle/webapi-vim +++ b/vim/bundle/webapi-vim @@ -1 +1 @@ -Subproject commit 4761e3e422471a91b84785c2da3c31b713f6d54c +Subproject commit 0d6b9f64a2ccdddae8744baf1b8efe072a5c1e04 diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 5a0f732..0e62d0b 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -15,13 +15,14 @@ "SYNTAX PLUGINS: {{{ let g:vim_json_warnings=0 + let g:vim_json_syntax_conceal=0 let g:vim_markdown_folding_disabled=0 let g:vim_markdown_initial_foldlevel=2 "}}} "BREEZE: {{{ let g:breeze_active_filetypes="*.html,*.htm,*.xhtml,*.xml,*.php" - let g:breeze_shade_color = "String" + let g:breeze_shade_color="String" "}}} "EMMET: {{{