better git-powered bashrc, better pymode vimrc (no more documentationfinding)
This commit is contained in:
parent
32bf165964
commit
a976983750
2 changed files with 17 additions and 11 deletions
|
|
@ -46,6 +46,13 @@ let g:pymode_lint_checker = "pyflakes"
|
|||
|
||||
" don't complete with rope
|
||||
let g:pymode_rope_completion = 0
|
||||
let g:pymode_rope_autoimport = 0
|
||||
|
||||
" don't usually care about documentation
|
||||
let g:pymode_rope_lookup_project = 0
|
||||
|
||||
" better definition keybind
|
||||
let g:pymode_rope_goto_definition_bind = 'K'
|
||||
|
||||
let g:pymode_breakpoint_cmd = 'import ipdb;ipdb.set_trace() # FIXME: breakpoint!'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue