Move the initialization of augroups to then events file

This commit is contained in:
w0rp
2018-06-19 20:31:58 +01:00
parent 3a5887df2c
commit fd261d7a17
5 changed files with 83 additions and 81 deletions

View File

@@ -221,7 +221,7 @@ nnoremap <silent> <Plug>(ale_find_references) :ALEFindReferences<Return>
nnoremap <silent> <Plug>(ale_hover) :ALEHover<Return>
" Set up autocmd groups now.
call ale#autocmd#InitAuGroups()
call ale#events#Init()
" Housekeeping