-
Notifications
You must be signed in to change notification settings - Fork 272
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
ALE-like underscore/wavy for diagnostics #852
Comments
There is no intention for this plugin to depend on other plugins regarding LSP as it is positioned to be the lowest level to talk to language servers. The underline of GIF showing in Updates is indeed displayed by this plugin. The styles for highlighting ranges of text are defined as LanguageClient-neovim/doc/LanguageClient.txt Lines 95 to 125 in 5491a64
texthl . You might want to make sure your theme display those highlight groups prominently or customize this setting to different highlight groups.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, if ALE is not running along with this extension. The diagnostics from LSP only display sign in column and virtual texts but ignore the
Range
.Describe the solution you'd like
Have native supports on that.
Btw, it seems like ALE itself is intended to evolve into a full-fledged language clients as well.
Do we want to depend on it?
Alternative
As
CoC.vim
? Show diagnostics via ALE.Additional context
I am confusing by the fact that Updates - Diagnostics does show the underline. Does it come from ALE or this extension?
The text was updated successfully, but these errors were encountered: