mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Disabled hiding quotes in json
This commit is contained in:
parent
6062eb6d8f
commit
b00971a465
4 changed files with 5 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 474921166934250091a3e553500617cb17917fef
|
||||
Subproject commit 41eb18ba9b2962840dc389d0be04d6a9bb698179
|
|
@ -1 +1 @@
|
|||
Subproject commit c95956428bd1685c556899d5adddc0e2aaca7a30
|
||||
Subproject commit b5179dda5e8ad46c8e89774f9001b95e09d3c1c4
|
|
@ -1 +1 @@
|
|||
Subproject commit 4761e3e422471a91b84785c2da3c31b713f6d54c
|
||||
Subproject commit 0d6b9f64a2ccdddae8744baf1b8efe072a5c1e04
|
|
@ -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: {{{
|
||||
|
|
Loading…
Reference in a new issue