Added buffer mapping and removed autocompletion of jedi-vim
This commit is contained in:
parent
a208c646cd
commit
6e58cd5ccf
1 changed files with 7 additions and 1 deletions
|
|
@ -254,12 +254,12 @@ vnoremap <S-Tab> <gv
|
||||||
" Fuzzy file search by default:
|
" Fuzzy file search by default:
|
||||||
set path+=**
|
set path+=**
|
||||||
|
|
||||||
|
|
||||||
"Python paths (installed with "pip3 install <package> --user)
|
"Python paths (installed with "pip3 install <package> --user)
|
||||||
"let $PATH.=':' . $HOME . '/Library/Python/3.7/'
|
"let $PATH.=':' . $HOME . '/Library/Python/3.7/'
|
||||||
|
|
||||||
" Remap buffer navigation:
|
" Remap buffer navigation:
|
||||||
map gn :bn<cr>
|
map gn :bn<cr>
|
||||||
|
map gN :bp<cr>
|
||||||
map gp :bp<cr>
|
map gp :bp<cr>
|
||||||
|
|
||||||
" Syntastic Settings:
|
" Syntastic Settings:
|
||||||
|
|
@ -278,4 +278,10 @@ let g:netrw_winsize = 25
|
||||||
" Leader key for Emmet
|
" Leader key for Emmet
|
||||||
let g:user_emmet_leader_key=','
|
let g:user_emmet_leader_key=','
|
||||||
|
|
||||||
|
" jedi-vim:
|
||||||
|
let g:jedi#popup_on_dot = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
colorscheme darcula
|
colorscheme darcula
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue