6 lines
125 B
VimL
6 lines
125 B
VimL
" Set the fold method to indent for python code
|
|
au BufNewFile,BufRead *.py
|
|
\ setlocal foldmethod=indent
|
|
\ nospell
|
|
|