ALE doesn't work now, but it worked previously #3877
Unanswered
jackiboi307
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment
-
You have all linters disabled:
Make sure to properly set the
To enable linters for python change add the linters you have installed in the array like below:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was messing around with ale configuration and now it doesn't really work. I've reinstalled it, called :UpdateRemotePlugins, run commands that I've hoped would've fixed it (:ALEEnable, :ALEDisable, :ALEReset, :ALELint) but none of them do anything.
I've even used -u (config file) as an argument with an empty file, manually installing ale with vim-plug, loaded a python file and there's no difference.
Sometimes it showed a red underline below some errors but no sign gutter or anything when interacting with the underlined word. What i mean by sometimes is, yes, sometimes. And i don't know why only sometimes.
I tried disabling options i set to ALE in my vimrc and i restarted vim multiple times.
When it worked i hadn't installed any linter manually (although they may have already been installed), but now it doesn't work and i don't think I've uninstalled anything. I've now also tried installing linters with pip, the python package installer, but it still doesn't worked. And I've restarted vim.
So yeah ALE doesn't work and i don't know why. I would just like any tip on what may cause this.
Full :ALEInfo output with some added information at the end
Beta Was this translation helpful? Give feedback.
All reactions