-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E117: Unknown function: ale#events#Init when starting NeoVIM with ALE after update #1706
Comments
Try removing ALE and installing it again. You probably have two versions installed at the same time. |
I just commented the line out in my init.vim file for ale |
Look at |
Thanks that worked! There was a lingering path at ~/.vim/pack/git-plugins/start/ale that wasn't cleared by PlugClean. After deleting that folder and reinstalling ALE the error was fixed. |
Cool, sounds good! |
Information
VIM version
NVIM v0.2.2
Build type: RelWithDebInfo
Operating System: Ubuntu 16.04 LTS
:ALEInfo
Current Filetype:
Available Linters: []
Enabled Linters: []
Linter Variables:
Global Variables:
let g:ale_echo_cursor = 1
let g:ale_echo_msg_error_str = v:null
let g:ale_echo_msg_format = v:null
let g:ale_echo_msg_warning_str = v:null
let g:ale_enabled = 1
let g:ale_fix_on_save = 0
let g:ale_fixers = {}
let g:ale_keep_list_window_open = v:null
let g:ale_lint_delay = 200
let g:ale_lint_on_enter = 1
let g:ale_lint_on_save = 1
let g:ale_lint_on_text_changed = 'always'
let g:ale_linter_aliases = {}
let g:ale_linters = {}
let g:ale_open_list = v:null
let g:ale_set_highlights = 1
let g:ale_set_loclist = 1
let g:ale_set_quickfix = 0
let g:ale_set_signs = 1
let g:ale_sign_column_always = v:null
let g:ale_sign_error = v:null
let g:ale_sign_offset = v:null
let g:ale_sign_warning = v:null
let g:ale_statusline_format = v:null
let g:ale_warn_about_trailing_whitespace = 1
Command History:
What went wrong
Upon starting NeoVIM after updating an error is displayed saying:
Reproducing the bug
Used the command
vim
in terminal after updating ALE then this error is displayedThe text was updated successfully, but these errors were encountered: