Added vim-fugitive

This commit is contained in:
Sebastian 2019-10-15 12:58:27 +02:00
parent 0f5ecf0587
commit edbe8de695

View file

@ -40,6 +40,8 @@ Plugin 'Vimjas/vim-python-pep8-indent'
Plugin 'Townk/vim-autoclose'
Plugin 'davidhalter/jedi-vim'
Plugin 'ervandew/supertab'
Plugin 'vim-syntastic/syntastic'
Plugin 'tpope/vim-fugitive'
" The following are examples of different formats supported.
@ -244,4 +246,15 @@ vnoremap <S-Tab> <gv
set path+=**
"Python paths (installed with "pip3 install <package> --user)
"let $PATH.=':' . $HOME . '/Library/Python/3.7/'
"Syntastic Settings:
let g:syntastic_python_checkers = ['prospector', 'python']
colorscheme darcula