diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |