mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
enable rope and more linters
This commit is contained in:
parent
112d883cd3
commit
fe9d2d94be
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
|
@ -60,7 +60,7 @@ map <F2> :NERDTreeToggle<CR>
|
|||
" ]] Jump on next class or function (normal, visual, operator modes)
|
||||
" [M Jump on previous class or method (normal, visual, operator modes)
|
||||
" ]M Jump on next class or method (normal, visual, operator modes)
|
||||
let g:pymode_rope = 0
|
||||
let g:pymode_rope = 1
|
||||
|
||||
" Documentation
|
||||
let g:pymode_doc = 1
|
||||
|
|
@ -68,7 +68,7 @@ let g:pymode_doc_key = 'K'
|
|||
|
||||
"Linting
|
||||
let g:pymode_lint = 1
|
||||
let g:pymode_lint_checker = "pyflakes,pep8"
|
||||
let g:pymode_lint_checker = "pyflakes,pep8,pylint,mccabe"
|
||||
" Auto check on save
|
||||
let g:pymode_lint_write = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue