mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:36:28 +00:00
Update python-mode settings
This commit is contained in:
parent
e0f5eb2044
commit
89404652c9
@ -14,11 +14,21 @@ let g:jedi#smart_auto_mappings = 0
|
||||
" }} jedi-vim
|
||||
Plug 'klen/python-mode'
|
||||
" python-mode {{
|
||||
let g:pymode_breakpoint = 0
|
||||
" A lot is disabled, what I'm using:
|
||||
" breakpoints, virtualenv, motions, syntax,
|
||||
" indent
|
||||
let g:pymode_breakpoint = 1
|
||||
let g:pymode_breakpoint_bind = '<leader>pb'
|
||||
let g:pymode_folding = 1
|
||||
let g:pymode_indent = 1
|
||||
let g:pymode_lint = 0
|
||||
let g:pymode_lint_checkers = ['flake8']
|
||||
let g:pymode_lint_on_write = 0
|
||||
let g:pymode_motion = 1
|
||||
let g:pymode_rope = 0
|
||||
let g:pymode_rope_complete_on_dot = 0
|
||||
let g:pymode_rope_completion = 0
|
||||
let g:pymode_run = 1
|
||||
let g:pymode_options_max_line_length = 80
|
||||
let g:pymode_options_colorcolumn = 1
|
||||
" }} python-mode
|
||||
|
Loading…
Reference in New Issue
Block a user