1
0
Fork 0

enable neomake for python, disable polyglot for now, switch to maintained version of ctrlp

This commit is contained in:
Von Random 2017-01-17 12:00:01 +03:00
parent f885b54da4
commit b676d7c1f2

View file

@ -18,12 +18,12 @@ Plug 'mhinz/vim-signify' "version control system gutter info
Plug 'nvie/vim-togglemouse' "hotkey to toggle mouse
Plug 'vim-airline/vim-airline' "airline
Plug 'vim-airline/vim-airline-themes' "themes for airline
Plug 'kien/ctrlp.vim' "fuzzy file search
Plug 'ctrlpvim/ctrlp.vim' "fuzzy file search
Plug 'tpope/vim-fugitive' "moar git awesomeness
Plug 'sheerun/vim-polyglot' "syntax
"Plug 'sheerun/vim-polyglot' "syntax
" python, uncomment when needed
"Plug 'neomake/neomake' "linter
Plug 'neomake/neomake', { 'for': 'python' } "linter
Plug 'davidhalter/jedi-vim', { 'for': 'python' } "python support
Plug 'ervandew/supertab', { 'for': 'python' } "TAB autocompletion