Add vim-json plugin
This commit is contained in:
parent
d6eb384c91
commit
da8acbf6b0
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -67,6 +67,7 @@ let mapleader = ","
|
||||||
Plugin 'terryma/vim-multiple-cursors'
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
Plugin 'junegunn/vim-easy-align'
|
Plugin 'junegunn/vim-easy-align'
|
||||||
Plugin 'junegunn/rainbow_parentheses.vim'
|
Plugin 'junegunn/rainbow_parentheses.vim'
|
||||||
|
Plugin 'elzr/vim-json'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
Loading…
Add table
Reference in a new issue