Added vim-fugitive
This commit is contained in:
parent
0f5ecf0587
commit
edbe8de695
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue