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

Conflict with nvim-notify #139

Open
gunslingerfry opened this issue Dec 5, 2023 · 0 comments
Open

Conflict with nvim-notify #139

gunslingerfry opened this issue Dec 5, 2023 · 0 comments

Comments

@gunslingerfry
Copy link

gunslingerfry commented Dec 5, 2023

I've been trying to track this thing down for a while and I finally figured out how it happens (though I don't know why)

When nvim-notify draws over the line (because of a notification) that context.nvim has drawn across the screen, it will cause nvim to leave visual mode.

This is using the nvim-float presentation only.

Workaround is to use vim.g.context_presenter = 'preview'

edit: vim.g.context_presenter = 'preview' causes issues with telescope so that's a no go.

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