-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Support for LspSaga #48
Conversation
add lspsaga to the readme
How exciting! Let us know if you have troubles with anything – one tip to start would be to test locally by adding your local folder to your plugin manager. Eg. using packer - use('rose-pine/neovim')
+ use('~/your-folder') Then a |
Highlight groups for: - code actions - diagnostics
Adding some more lspsaga colors.
Most colours are now added. Moving onto testing if all colours show up correctly. |
just the definition preview that has something wrong with it... |
I don't have experience with LspSaga but once you're comfortable with the colours we can review 😌 Thank you for working on this! Edit: Also, the neovim matrix channel might be a good place to ask questions about LspSaga highlighting. Maybe take a look at tokyonight theme to reference as it looks like they support LspSaga. |
Add the finihing touches and add the last needed highlightgroups Disclaimer: Preview Definitions still don't work
Remove uneeded comments and rearrange some code
Preview Definitions now get highlighted! Why? Because it's *Definitions* not *Defintions*
Add LspSagaBorderTitle highlight
Ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After making changes, please rebase and format with stylua 😌 Thank you!
Rearrange `DiagnosticInformation` and `DiagnosticWarning` to their respective spots
Hope this is good 😬... |
add lspsaga to the readme
Highlight groups for: - code actions - diagnostics
Remove uneeded comments and rearrange some code
Rearrange `DiagnosticInformation` and `DiagnosticWarning` to their respective spots
I don't have a good feeling about this... sorry! |
No worries! I'll take a look a little later today and we'll get it all taken care of 😌 |
Thank you! ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use stylua to format
Edit: Once stylua is installed, I believe you can run stylua theme.lua
(or wherever that file is located for you). If you have any troubles let me know and I'll format it on my end
That is everything done? |
Not sure why stylua didn't pick up our formatting rules but not a problem, everything looks good now! Thanks for all the hard work 😌 |
Thank you for your kindness and patience @mvllow! |
Hey there!
Thank you all for developing this theme!
I recently started using lspsaga and am very enjoying it functionality wise.
Problem is, lspsaga defines its own highlight groups, so it looks a bit off compared to the rest of the colorscheme.
Some Examples
Where is this going
I will try in the next three weeks or so to add full support for it.
Also this is the first time I am doing a PR on anything really so any help is greatly appreciated 🙂 (and patience too)