summaryrefslogtreecommitdiff
path: root/plugin/plugin_python-mode.vim
blob: 2bc009f9e307bd03141f964ee742ec78fea6973e (plain)
1
2
3
4
5
6
7
8
9
10
11
" plugin_python-mode.vim
" Configuration for the python-mode plugin

" I mostly use python3
let g:pymode_python = "python3"

" Do not run lint on each write
let g:pymode_lint_on_write = 0

" Disable folding
let g:pymode_folding = 0