using g:ale_exclude_highlights #3655
Unanswered
physics-sec
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to hide some specific warnings I don't care about and I'm using this feature to do that:
The issue is that I still see those warnings.
If I'm on vim and run
echo g:ale_exclude_highlights
I get:
Which is correct, but I still see the issue with "line too long"
Does anybody has an idea what I'm doing wrong?
I'm using this vim setup
my vim version is: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Feb 09 2021 23:51:55)
I'm running Arch Linux x64
I just cloned the repo into
.vim_runtime/sources_non_forked/
to have the latest version and still have the same issue.Beta Was this translation helpful? Give feedback.
All reactions