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

feature: Add highlight for IndentBlanklineContextStart #380

Open
1 task done
dotfrag opened this issue May 20, 2023 · 0 comments
Open
1 task done

feature: Add highlight for IndentBlanklineContextStart #380

dotfrag opened this issue May 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dotfrag
Copy link

dotfrag commented May 20, 2023

Did you check the docs?

  • I have read all the tokyonight.nvim docs

Is your feature request related to a problem? Please describe.

Currently there is no theme-native highlight for IndentBlanklineContextStart. This would be useful for the following configuration:

return {
  "lukas-reineke/indent-blankline.nvim",
  opts = {
    show_current_context = true,
    show_current_context_start = true,
  },
}

I'm using LazyVim but this should apply to everyone. Currently, it shows an underline (default):

image

Describe the solution you'd like

I'd like to have a IndentBlanklineContextStart highlight built-in to the theme that you believe matches the aesthetic the best.

Describe alternatives you've considered

Currently I'm using a dirty workaround (I know it doesn't follow the plugin's override option)

-- indent-blankline current context highlight
cmd([[highlight IndentBlanklineContextStart guibg=#363c58]])

image

Additional context

This was inspired by NvChad's default config which highlights the current context using indent-blankline.

Thank you for considering!

@dotfrag dotfrag added the enhancement New feature or request label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant