ALE is installed but not doing anything in Vim #4767
-
Hello. and Vim:
I installed ALE using VimPlug and my Vim config file is in ~/.vimrc.
When I open a file, let's say with Python code and make a mistake on purpose to see if linter is working, nothing happens. What can I do to try to figure out what is wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Run |
Beta Was this translation helpful? Give feedback.
-
This is what
Maybe I don't have all things needed installed. For instance, if I want only for Python, C and bash (if posible), what should I install? Edited; |
Beta Was this translation helpful? Give feedback.
-
see in .md can find git address |
Beta Was this translation helpful? Give feedback.
Run
ALEInfo
that may provide some insights of what may be the problem. Also ensure you have installed and configured the linter you want to use. See list of supported tools in the help documentation:h ale-supported-list
.