From f85b36f6cadbe403702ae6f635d39f20c9b2b395 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Tue, 31 Oct 2017 17:10:16 +0100 Subject: [PATCH] feat: add vim-flake8 plugin --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 2ab01b6..514c97f 100644 --- a/init.vim +++ b/init.vim @@ -62,6 +62,7 @@ Plug 'https://github.com/osyo-manga/vim-over', { 'on': 'OverCommandLine' } Plug 'https://github.com/Rykka/riv.vim' Plug 'https://github.com/Rykka/InstantRst' Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode +Plug 'https://github.com/nvie/vim-flake8.git' call plug#end()