Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #4276: honor b:ale_enabled for hover at cursor #4277

Merged
merged 2 commits into from
Aug 17, 2022

Conversation

hiberabyss
Copy link
Contributor

@hiberabyss hiberabyss commented Aug 9, 2022

No description provided.

@hiberabyss
Copy link
Contributor Author

Could anyone have a look of this?

@hsanson
Copy link
Contributor

hsanson commented Aug 16, 2022

Lint tests are failing. Recommend enabling the ale custom linter for vim files so ALE let's you know about the issues:

let g:ale_linters = {
  \   'vim': ['ale_custom_linting_rules']
\}

@hiberabyss
Copy link
Contributor Author

Lint tests are failing. Recommend enabling the ale custom linter for vim files so ALE let's you know about the issues:

let g:ale_linters = {
  \   'vim': ['ale_custom_linting_rules']
\}

Update indention to avoid test failure.

Copy link
Contributor

@hsanson hsanson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@hsanson hsanson merged commit 7889983 into dense-analysis:master Aug 17, 2022
mnikulin pushed a commit to mnikulin/ale that referenced this pull request Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants