Files
nvim/python.vim
2021-03-30 20:01:47 +02:00

6 lines
125 B
VimL

" Set the fold method to indent for python code
au BufNewFile,BufRead *.py
\ setlocal foldmethod=indent
\ nospell