mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
disable pymode trim whitespaces
This commit is contained in:
parent
afc3d1faf3
commit
e2437c4761
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
|
@ -106,6 +106,7 @@ let g:pymode_syntax_indent_errors = g:pymode_syntax_all
|
||||||
let g:pymode_syntax_space_errors = g:pymode_syntax_all
|
let g:pymode_syntax_space_errors = g:pymode_syntax_all
|
||||||
|
|
||||||
let g:pymode_utils_whitespaces = 0
|
let g:pymode_utils_whitespaces = 0
|
||||||
|
let g:pymode_trim_whitespaces = 0
|
||||||
|
|
||||||
" Don't autofold code
|
" Don't autofold code
|
||||||
let g:pymode_folding = 0
|
let g:pymode_folding = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue