1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 06:44:59 +08:00

add vim-json

This commit is contained in:
Chris Hu
2016-08-24 08:56:12 +08:00
committed by Huaishun Hu
parent 75e20d6539
commit 7762fafeb7
9 changed files with 553 additions and 0 deletions

View File

@ -0,0 +1,3 @@
autocmd BufNewFile,BufRead *.json setlocal filetype=json
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json