From c48fa97826b06e071dbed3be759bbdfbd843029f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 1 Aug 2016 05:19:59 +0000 Subject: Removing Flake8, using syntastic instead --- plugin/vim-options.vim | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugin') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 014e4bc..7d36092 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -341,18 +341,6 @@ endif -"----------------------------------------------------------------------------------------------------------------------- -" Flake8 Plugin -"----------------------------------------------------------------------------------------------------------------------- -if !empty(glob(EditorDir.'/plugged/vim-flake8/autoload/flake8.vim')) - autocmd FileType python map :call Flake8() - let g:flake8_show_in_gutter=1 - autocmd BufWritePost *.py call Flake8() -endif -"----------------------------------------------------------------------------------------------------------------------- - - - "----------------------------------------------------------------------------------------------------------------------- " Markdown "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3