Initial commit

This commit is contained in:
2021-03-30 20:01:47 +02:00
commit ddaecabe97
15 changed files with 212 additions and 0 deletions

5
python.vim Normal file
View File

@@ -0,0 +1,5 @@
" Set the fold method to indent for python code
au BufNewFile,BufRead *.py
\ setlocal foldmethod=indent
\ nospell