remove default folding
[master]
This commit is contained in:
parent
9cc0229960
commit
da46755bab
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ au FileType python syn keyword pythonDecorator True None False self
|
|||
au BufNewFile,BufRead *.jinja set syntax=htmljinja
|
||||
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> $i import
|
||||
|
@ -25,7 +25,7 @@ au FileType python set indentkeys-=0#
|
|||
""""""""""""""""""""""""""""""
|
||||
" => JavaScript section
|
||||
"""""""""""""""""""""""""""""""
|
||||
au FileType javascript call JavaScriptFold()
|
||||
" au FileType javascript call JavaScriptFold()
|
||||
au FileType javascript setl fen
|
||||
au FileType javascript setl nocindent
|
||||
|
||||
|
|
Loading…
Reference in a new issue