mirror of
https://github.com/amix/vimrc
synced 2025-07-12 14:15:00 +08:00
vim-json plugin & setup of JSON file type
This commit is contained in:
1
bundle/vim-json
Submodule
1
bundle/vim-json
Submodule
Submodule bundle/vim-json added at 239332a65b
@ -52,3 +52,8 @@ function! CoffeeScriptFold()
|
||||
setl foldlevelstart=1
|
||||
endfunction
|
||||
au FileType coffee call CoffeeScriptFold()
|
||||
|
||||
"""""""""""""""""""""""""""""""
|
||||
" => JSON section
|
||||
"""""""""""""""""""""""""""""""
|
||||
au BufRead,BufNewFile *.json set filetype=json
|
||||
|
Reference in New Issue
Block a user