Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Added some suggested settings from davidhalter/jedi#34
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkjt2000 committed Dec 20, 2016
1 parent 2aae0ce commit 310b361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ function! MyTabLine()
endfunction
set tabline=%!MyTabLine()

" Disable the slowest jedi
let g:jedi#show_call_signatures = 0
let g:jedi#show_function_definition = 0
let g:jedi#popup_on_dot = 0

" Open NERDTree with Ctrl+n
map <C-n> :NERDTreeToggle<CR>
Expand Down

0 comments on commit 310b361

Please sign in to comment.