summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-12-10 19:08:56 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-12-10 19:08:56 +0900
commitf4780d8d7e2d91d2b51ef482b087d2296ae073c6 (patch)
treeddc44096cc7c89afd7842e31fd7140cccc4186bb /vimrc
parente16a62ad181f04defba5e414bac52f089823f869 (diff)
downloadvimrc-f4780d8d7e2d91d2b51ef482b087d2296ae073c6.tar.gz
vimrc-f4780d8d7e2d91d2b51ef482b087d2296ae073c6.tar.bz2
vimrc-f4780d8d7e2d91d2b51ef482b087d2296ae073c6.zip
fix conceal settings
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 9903d79..14e1815 100644
--- a/vimrc
+++ b/vimrc
@@ -106,6 +106,9 @@ Plug 'tpope/vim-repeat'
Plug 'ciaranm/detectindent'
Plug 'Yggdroot/indentline'
+" for json conceal disable
+Plug 'elzr/vim-json'
+
" Plug 'docunext/closetag.vim'
Plug 'yggdroot/indentline'