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

fix: make CursorLine visible for transparent_background #484

Merged
merged 1 commit into from May 10, 2023

Conversation

loqusion
Copy link
Contributor

@loqusion loqusion commented May 9, 2023

Resolves a conflict between catppuccin's transparent mode and neo-tree where neo-tree's fuzzy search would have an invisible CursorLine, making it hard to know which item is being selected.

Before

image

After

image

Copy link
Collaborator

@mrtnvgr mrtnvgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mrtnvgr mrtnvgr merged commit a6274e7 into catppuccin:main May 10, 2023
9 checks passed
@nullchilly
Copy link
Member

nullchilly commented May 10, 2023

If anyone want to disable cursorline in transparent mode, please use

vim.o.cursorlineopt = "number"

or

:set cursorlineopt=number

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

Successfully merging this pull request may close these issues.

None yet

3 participants