Enabling linting on save by default, re #333

This commit is contained in:
w0rp
2017-03-27 20:36:35 +01:00
parent 4abefc189c
commit c9ee3efc11
5 changed files with 14 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ Before:
\ 'let g:ale_keep_list_window_open = 0',
\ 'let g:ale_lint_delay = 200',
\ 'let g:ale_lint_on_enter = 1',
\ 'let g:ale_lint_on_save = 0',
\ 'let g:ale_lint_on_save = 1',
\ 'let g:ale_lint_on_text_changed = 1',
\ 'let g:ale_linter_aliases = {}',
\ 'let g:ale_linters = {}',

View File

@@ -15,6 +15,7 @@ Before:
\ 'ALECursorGroup',
\ 'ALEHighlightBufferGroup',
\ 'ALERunOnEnterGroup',
\ 'ALERunOnSaveGroup',
\ 'ALERunOnTextChangedGroup',
\]