ALE fixers and on save not working #4484
Replies: 2 comments 1 reply
-
I now have the following
in Running
I am using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you! Got it working! |
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
-
Hi I have the following in my
.vimrc
located at~/.vimrc
When I open a JS file containing JSX I do see an error and when I run
:ALEFix
to fix it I seeNo fixers have been defined. Try :AleFixSuggest
Running
set ft
showsfiletype=javascript
Running
ALEInfo
showsso the globals are not getting picked up.
I am using
nvim
is that matters.What am I doing wrong?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions