diff options
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Plug 'editorconfig/editorconfig-vim' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-rails', { 'for': 'ruby' } Plug 'tpope/vim-endwise', { 'for': 'ruby' } -" Plug 'tpope/vim-surround' +Plug 'tpope/vim-surround', { 'for': 'json' } " Plug 'tpope/vim-haml', { 'for': 'haml' } Plug 'junegunn/gv.vim', { 'on': 'GV' } Plug 'junegunn/limelight.vim' |
