mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Removed jedi and pymode_rope=0
This commit is contained in:
parent
3e8a46d658
commit
307cfe11d7
1 changed files with 1 additions and 2 deletions
3
.vimrc
3
.vimrc
|
|
@ -23,7 +23,6 @@ filetype plugin indent on
|
|||
Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
Bundle 'klen/python-mode'
|
||||
Bundle 'davidhalter/jedi-vim'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'altercation/vim-colors-solarized'
|
||||
Bundle 'ervandew/supertab'
|
||||
|
|
@ -85,7 +84,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 = 1
|
||||
let g:pymode_rope = 0
|
||||
|
||||
" Documentation
|
||||
let g:pymode_doc = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue