vale linter not working with markdown files #4159
Unanswered
diegoholiveira
asked this question in
Q&A - Ask for help with problems
Replies: 2 comments 2 replies
-
This may be related to this issue: #3363, check specifically this comment: #3363 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
-
You ALEInfo shows no linters are enabled. Make sure to set g:ale_linters variable properly:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup
vale
as a linter to markdown file using this configuration:When I call
:ALEInfo
,vale
is not being under the enabled linters neither the linter variables is displayed.note: If I call
echo g:ale_markdown_vale_options
, it display the value defined correctly.Any ideas about what's happening?
Beta Was this translation helpful? Give feedback.
All reactions