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

Add support for Neovim LSP #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

zer0-5
Copy link

@zer0-5 zer0-5 commented Apr 13, 2021

Neovim v0.5 will have a built in LSP client. This pull request adds support for the diagnostic messages from LSP servers.
This is just a copy of the following pull request for onedark: joshdick/onedark.vim#245

Repository owner deleted a comment from gifpull bot Apr 15, 2021
@drewtempelmeyer
Copy link
Owner

@pr0t0typ3-ZeR0 thanks for submitting this!

Can you also fix the gutter color shown below?
image

@zer0-5
Copy link
Author

zer0-5 commented Apr 18, 2021

Thanks for your response!
I don't have that problem, and I'm not sure what is causing it.
If I could replicate it, then maybe I would be able to fix it.
image

@drewtempelmeyer
Copy link
Owner

@pr0t0typ3-ZeR0 what terminal are you using?

@zer0-5
Copy link
Author

zer0-5 commented Apr 29, 2021

@drewtempelmeyer alacritty, but I've tested with termite and kitty as well

Ma27 added a commit to Ma27/palenight.vim that referenced this pull request Jul 20, 2023
Basically the same as drewtempelmeyer#33, but compatible with recent neovim versions
(starting at 0.6.0) where the highlight groups were renamed
from `LspDiagnosticsDefaultX` to `DiagnosticX`[1].

Co-authored-by: pr0t0typ3-ZeR0 <guilherme2001fernandes@hotmail.com>

[1] neovim/neovim@a5bbb93
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