Add new stuff

This commit is contained in:
ViktorBarzin 2018-04-03 12:00:02 +03:00
parent 8d1e62eadc
commit d97efcce4f
2 changed files with 14 additions and 11 deletions

4
.vimrc
View file

@ -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