Skip to content

Commit

Permalink
More jedi options
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Madeley committed Jan 19, 2016
1 parent 1955db1 commit 4897055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let g:airline_powerline_fonts = 1

" Settings for Jedi
let g:jedi#use_tabs_not_buffers = 1
let g:jedi#show_call_signatures = 1

filetype off

Expand Down Expand Up @@ -71,7 +72,7 @@ set modelines=3

set pastetoggle=<F10>

set completeopt=menu,longest
set completeopt-=preview

" disable mouse pointer moving in Insert mode
set mouse=nv
Expand Down

0 comments on commit 4897055

Please sign in to comment.