-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: add nvim-navic support #87
Conversation
I'm not familiar with navic. Could you provide a before and after screenshot of this ? 😊 |
Ah, so it's just plain by standard. I skimmed the codebase and assumed it inherited from standard hl groups. Speaking of... how would this look if you took the same definitions as given here https://github.com/andersevenrud/nordic.nvim/blob/main/lua/nordic/colors/syntax.lua ? |
Search for "For highlights to work," in https://github.com/SmiteshP/nvim-navic/blob/master/README.md (it's hidden under a fold). Not sure I understand your question. Are you proposing adding the |
I was thinking of if you took the definitions from that file, i.e. "variable" is "dark_white" (compared to "blue" in this PR), "numbers" is "purle" there, and so on. Edit: I'm totally open for suggestions here though. I just wanna see how it looks if the hl's were re-used. Edit again: ... and also if this would look like the "before" version. Because then we could settle on some new colors. Because I think aerial.nvim has some of the same stuff :) |
With as good a mapping as I could get - there are things like This is what the colors would look like in code:
A lot more |
I think your definitions looked better as well. Could you maybe look at the aerial definitions to see if there's a need to synchronize the changes ? |
I don't use aerial myself. But it has a lot fewer definitions. I assume you'd want to use the |
Correct :)
…On Tue, 25 Oct 2022, 16:41 Dan Sully, ***@***.***> wrote:
I don't use aerial myself. But it has a lot fewer definitions. I assume
you'd want to use the navic colors in place of what is there where they
align?
—
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHODGC6WHIRARIXQOVUOTWE7WP5ANCNFSM6AAAAAARNIEY6A>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Done in #88 |
No description provided.