diff options
author | Cody Hiar <codyfh@gmail.com> | 2016-07-29 18:06:51 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2016-07-29 18:10:43 +0000 |
commit | 515998eb94db3bf1a35e1ae5744871d29e316445 (patch) | |
tree | c385ad681a26e034110257397b46260cea4f0edd | |
parent | f2292862d85715fcf6ba5efed490bdb977382dfe (diff) |
Removing garbage Neomake, too many issues.
-rw-r--r-- | plugin/vim-options.vim | 17 |
1 files changed, 0 insertions, 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 @@ -398,23 +398,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 "----------------------------------------------------------------------------------------------------------------------- if !empty(glob(EditorDir.'/plugged/CamelCaseMotion/plugin/camelcasemotion.vim')) |