From b676d7c1f25c841e629339a86b69e54acb9bc1d7 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 17 Jan 2017 12:00:01 +0300 Subject: [PATCH] enable neomake for python, disable polyglot for now, switch to maintained version of ctrlp --- vimplugins | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimplugins b/vimplugins index 7cf386f..b175c0d 100644 --- a/vimplugins +++ b/vimplugins @@ -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