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

Cursorline is not visible inside sidebars when contrast is enabled #205

Open
xwillq opened this issue Jun 24, 2024 · 0 comments
Open

Cursorline is not visible inside sidebars when contrast is enabled #205

xwillq opened this issue Jun 24, 2024 · 0 comments

Comments

@xwillq
Copy link

xwillq commented Jun 24, 2024

If you enable contrast for both sidebars and cursor line, they become the same color, making it impossible to see, which line is currently selected. As some plugins use cursor line for navigation instead of cursor, you cannot use them (or some of their features) if you don't see cursor line.

Minimal config for reproduction with neo-tree:

{
  contrast = {
    sidebars = true,
    cursor_line = true,
  },
  plugins = {
    'neo-tree',
  },
}

As an example of feature you cannot use, Neo-tree has fuzzy finder (bound to / by default), which moves cursor to floating window and requires you to select file with cursor line.

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

1 participant