1
0
mirror of https://github.com/amix/vimrc synced 2025-07-13 06:35:01 +08:00

vim-json plugin & setup of JSON file type

This commit is contained in:
Mirosław Pragłowski
2014-07-29 15:58:46 +02:00
parent 3096fa9771
commit 3c61df650c
2 changed files with 6 additions and 0 deletions

View File

@ -52,3 +52,8 @@ function! CoffeeScriptFold()
setl foldlevelstart=1
endfunction
au FileType coffee call CoffeeScriptFold()
"""""""""""""""""""""""""""""""
" => JSON section
"""""""""""""""""""""""""""""""
au BufRead,BufNewFile *.json set filetype=json