vim-json plugin & setup of JSON file type
This commit is contained in:
parent
3096fa9771
commit
3c61df650c
2 changed files with 6 additions and 0 deletions
1
bundle/vim-json
Submodule
1
bundle/vim-json
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 239332a65b24cea376ae68a8a3727d82e9f88b05
|
|
@ -52,3 +52,8 @@ function! CoffeeScriptFold()
|
||||||
setl foldlevelstart=1
|
setl foldlevelstart=1
|
||||||
endfunction
|
endfunction
|
||||||
au FileType coffee call CoffeeScriptFold()
|
au FileType coffee call CoffeeScriptFold()
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""
|
||||||
|
" => JSON section
|
||||||
|
"""""""""""""""""""""""""""""""
|
||||||
|
au BufRead,BufNewFile *.json set filetype=json
|
||||||
|
|
Loading…
Reference in a new issue