From 81c8cf89cb2a0d8c0dadcc2ba56c61312035dd7f Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 2 Mar 2014 00:52:23 +0800 Subject: [PATCH] Use elzr/vim-json to handle json file. --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 8e778f0..3b02abb 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -50,6 +50,7 @@ Bundle "airblade/vim-gitgutter" Bundle "bling/vim-airline" Bundle "bonsaiben/bootstrap-snippets" Bundle "derekwyatt/vim-scala" +Bundle "elzr/vim-json" Bundle "garbas/vim-snipmate" Bundle "gregsexton/gitv" Bundle "honza/vim-snippets" @@ -66,7 +67,6 @@ let g:SuperTabDefaultCompletionType = "context" " " other au BufNewFile,BufRead *.go set filetype=go -au BufNewFile,BufRead *.json setf json au BufNewFile,BufRead *.mk set noexpandtab au BufNewFile,BufRead *.psgi setf perl au BufNewFile,BufRead Makefile set noexpandtab