From edbe8de6951f6a1f6fd7342514736bdb8c433146 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Tue, 15 Oct 2019 12:58:27 +0200 Subject: [PATCH] Added vim-fugitive --- dotfiles/.vimrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 7bfd9f4..f42e3ec 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -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 --user) +"let $PATH.=':' . $HOME . '/Library/Python/3.7/' + + + +"Syntastic Settings: + +let g:syntastic_python_checkers = ['prospector', 'python'] + + + colorscheme darcula