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