From 515998eb94db3bf1a35e1ae5744871d29e316445 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 29 Jul 2016 18:06:51 +0000 Subject: Removing garbage Neomake, too many issues. --- plugin/vim-options.vim | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index c1625d0..014e4bc 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -397,23 +397,6 @@ endif -"----------------------------------------------------------------------------------------------------------------------- -" Neomake -"----------------------------------------------------------------------------------------------------------------------- -if !empty(glob(EditorDir.'/plugged/neomake/plugin/neomake.vim')) - autocmd! BufWritePost * Neomake - let g:neomake_javascript_enabled_makers = ['eslint'] - "let g:neomake_verbose = 3 - let g:neomake_open_list = 2 - let g:neomake_javascript_eslint_maker = { - \ 'args': ['--no-color', '--format', 'compact', '--config', '~/.eslintrc.json'], - \ 'errorformat': '%f: line %l\, col %c\, %m' - \ } -endif -"----------------------------------------------------------------------------------------------------------------------- - - - "----------------------------------------------------------------------------------------------------------------------- " CamelCaseMotion "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3