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

Indent-blankline.nvim supported? #201

Closed
tjamesmac opened this issue Aug 8, 2022 · 2 comments
Closed

Indent-blankline.nvim supported? #201

tjamesmac opened this issue Aug 8, 2022 · 2 comments

Comments

@tjamesmac
Copy link

Hey I love the plugin! I've been using it for a while and have recently added indent-blankline to my configuration which the README says this plugin supports.

However, the blanklines and space chars that indent-blankline supports appear bright blue when used with this plugin. I noticed that the highlight groups used with indent-blankline don't appear to be in the theme.lua file.

I've added the following locally

IndentBlanklineChar = { fg = util.darken(c.syntax.comment, 0.2) },
IndentBlanklineSpaceChar = { fg = util.darken(c.syntax.comment, 0.2) },
IndentBlanklineSpaceCharBlankline = { fg = util.darken(c.syntax.comment, 0.2) },
IndentBlanklineContextChar = { fg = c.fg },
IndentBlanklineContextStart = { sp = c.fg, underline = true },

This seems to fix the blue lines but I'm not sure if i've missed something else?

Thanks :)

@luisdavim
Copy link
Contributor

@tjamesmac would you consider opening a PR for this?

@TisnKu
Copy link
Contributor

TisnKu commented Oct 10, 2022

Hey @luisdavim , I opened a PR according to @tjamesmac 's suggestion. Could you take a look? Thanks.

@ful1e5 ful1e5 closed this as completed May 5, 2023
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

No branches or pull requests

4 participants