-
-
Notifications
You must be signed in to change notification settings - Fork 159
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 support for noice plugin because the cursor is hidden. #121
Labels
Comments
Thanks for the report! I pushed a fix to the canary branch but you could also add this to your Rosé Pine setup: highlight_groups = {
-- Match cursor if using Rosé Pine as your terminal theme.
Cursor = { fg = 'text', bg = 'highlight_high' }
} |
thank you for the fix. Updated the canary branch and the issue solved. |
mvllow
added a commit
that referenced
this issue
Feb 22, 2023
* feat!: use new highlight api * feat: support custom highlight blending Example: ``` { highlight_groups = { StatusLine = { bg = 'love', blend = 10 } } } ``` * refactor: move config into separate file * wip: update semantic tokens * ci: add issue templates Thanks to https://github.com/folke/lazy.nvim for the inspiration! * ci: fix template formatting * chore: update editorconfig * fix: decouple more backgrounds from floats * change `@tag.attribute` to iris * add cursor highlights Closes #121 * match link underline colour * improve `dim_nc_background` behaviour ref #123 * feat: expose each variant as individual theme ref #98 * feat: update tokens ref #107 * feat: distinguish between `CmpItemKind`'s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Yes, the cursor is hidden with the plugin
"folke/noice.nvim"
Can't see where my cursor is.Screen.Recording.2023-01-25.at.11.27.22.AM.mov
Describe the solution you'd like
just to show then normal cursor in the noice command line ui.
I'd like to suggest if possible to support this plugin since I think many people will use it from now so on due to LazyVim repo is using it as default.
Appreciate any support and thank you
Describe alternatives you've considered
Well I don't have
Additional context
I tried the
noice
withdefault
config for rose-pine and withtransparent
background but it's the same output.Thank you for this amazing theme.
The text was updated successfully, but these errors were encountered: