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 ISSUE #1626 #1627

Closed
wants to merge 1 commit into from
Closed

FIX ISSUE #1626 #1627

wants to merge 1 commit into from

Conversation

bkoropoff
Copy link
Contributor

Description

Check whether nvim is currently headless, not whether it was headless at startup. This fixes the UI not showing up when running Lazy commands after attaching to a headless instance.

Related Issue(s)

Check whether nvim is currently headless, not whether it was headless at startup.
@bkoropoff bkoropoff changed the title core:config: fix issue #1626 fix: core:config: fix issue #1626 Jul 7, 2024
@bkoropoff bkoropoff changed the title fix: core:config: fix issue #1626 FIX ISSUE #1626 Jul 7, 2024
@bkoropoff
Copy link
Contributor Author

bkoropoff commented Jul 7, 2024

Feel free to edit the title, I'm not sure how to make the test happy after one attempt to pacify it.

@folke folke closed this Jul 8, 2024
@folke
Copy link
Owner

folke commented Jul 8, 2024

That was actually on purpose, to prevent showing the headless mode when suspending Neovim.
I just pushed a changed that simply ignores headless when suspended, but would still work with remote ui.

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.

Lazy does not display floating UI window from remote UI
2 participants