1
0
Fork 0
mirror of synced 2024-06-16 14:01:10 -04:00

remove default folding

[master]
This commit is contained in:
Chris Morris 2019-04-12 13:28:30 -04:00
parent 9cc0229960
commit da46755bab

View file

@ -7,7 +7,7 @@ au FileType python syn keyword pythonDecorator True None False self
au BufNewFile,BufRead *.jinja set syntax=htmljinja au BufNewFile,BufRead *.jinja set syntax=htmljinja
au BufNewFile,BufRead *.mako set ft=mako au BufNewFile,BufRead *.mako set ft=mako
au FileType python map <buffer> F :set foldmethod=indent<cr> " au FileType python map <buffer> F :set foldmethod=indent<cr>
au FileType python inoremap <buffer> $r return au FileType python inoremap <buffer> $r return
au FileType python inoremap <buffer> $i import au FileType python inoremap <buffer> $i import
@ -25,7 +25,7 @@ au FileType python set indentkeys-=0#
"""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""
" => JavaScript section " => JavaScript section
""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""
au FileType javascript call JavaScriptFold() " au FileType javascript call JavaScriptFold()
au FileType javascript setl fen au FileType javascript setl fen
au FileType javascript setl nocindent au FileType javascript setl nocindent