Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

ALE Integration #52

Closed
nathanmsmith opened this issue Aug 11, 2020 · 2 comments
Closed

ALE Integration #52

nathanmsmith opened this issue Aug 11, 2020 · 2 comments

Comments

@nathanmsmith
Copy link

ALE is a great plugin for showing linting errors. It also has an API exposed for providing diagnostics from other plugins or tools for it to display (see section 3.2, ale-lint-other-sources)

I've been playing around with integrating diagnostic-nvim with ALE through this API, and have gotten pretty promising results. Would this be a feature that you'd be interested in merging? I'm also happy to split this functionality out into a separate plugin, since ALE duplicates many of the features already provided by diagnostic-nvim.

@ghost
Copy link

ghost commented Sep 21, 2020

I really like this features because with ale i can get eslint errors and with diagnostic-nvim the language aware errors
It would be amazing to merge those!

@nathanmsmith
Copy link
Author

Hey everyone! Given the deprecation of this plugin (#73), I've created a new small plugin that works with the new integrated Neovim diagnostic APIs.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant