diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-08 16:01:46 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-08 16:01:46 -0600 |
commit | 2b9036356cf2c27d7a09444a9affb9ed88f6f614 (patch) | |
tree | c0cd15726061f1207e570872abbc479d721e7509 /plugin | |
parent | 65ab9d1bb1bb40f2d4106ef6c90c9d59519ce399 (diff) |
Preserve cursor location
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 9048993..79d7f7c 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -403,7 +403,7 @@ 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 = 1 + 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' |