Use elzr/vim-json to handle json file.

This commit is contained in:
Gea-Suan Lin
2014-03-02 00:52:23 +08:00
parent 976396a6a7
commit 81c8cf89cb

View File

@@ -50,6 +50,7 @@ Bundle "airblade/vim-gitgutter"
Bundle "bling/vim-airline" Bundle "bling/vim-airline"
Bundle "bonsaiben/bootstrap-snippets" Bundle "bonsaiben/bootstrap-snippets"
Bundle "derekwyatt/vim-scala" Bundle "derekwyatt/vim-scala"
Bundle "elzr/vim-json"
Bundle "garbas/vim-snipmate" Bundle "garbas/vim-snipmate"
Bundle "gregsexton/gitv" Bundle "gregsexton/gitv"
Bundle "honza/vim-snippets" Bundle "honza/vim-snippets"
@@ -66,7 +67,6 @@ let g:SuperTabDefaultCompletionType = "context"
" "
" other " other
au BufNewFile,BufRead *.go set filetype=go au BufNewFile,BufRead *.go set filetype=go
au BufNewFile,BufRead *.json setf json
au BufNewFile,BufRead *.mk set noexpandtab au BufNewFile,BufRead *.mk set noexpandtab
au BufNewFile,BufRead *.psgi setf perl au BufNewFile,BufRead *.psgi setf perl
au BufNewFile,BufRead Makefile set noexpandtab au BufNewFile,BufRead Makefile set noexpandtab