Add new stuff
This commit is contained in:
parent
8d1e62eadc
commit
d97efcce4f
2 changed files with 14 additions and 11 deletions
4
.vimrc
4
.vimrc
|
|
@ -359,10 +359,10 @@ let g:SuperTabDefaultCompletionType = "<c-p>"
|
|||
" cd ~/.vim/bundle
|
||||
" git clone git://github.com/davidhalter/jedi-vim.git
|
||||
" let g:jedi#usages_command = "<leader>z"
|
||||
let g:jedi#popup_on_dot = 0
|
||||
let g:jedi#popup_on_dot = 1
|
||||
" let g:jedi#popup_select_first = 0
|
||||
" let g:jedi#force_py_version = 3
|
||||
" let g:jedi#completions_command = '.'
|
||||
let g:jedi#completions_command = '.'
|
||||
" map <Leader>b Oimport ipdb; ipdb.set_trace() # BREAKPOINT<C-c>
|
||||
|
||||
" Map C-a to select entire file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue