folke / zen-mode.nvim

🧘 Distraction-free coding for Neovim
Apache License 2.0
1.57k stars 42 forks source link

bug: incompatable with Trouble outline #127

Closed idelice closed 1 day ago

idelice commented 2 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9.5

Operating system/version

mac 14.3

Describe the bug

Opening Trouble outline while in zenmode will toggle zenmode off and Trouble outline not being shown. they are just not working together

Steps To Reproduce

  1. toggle zenmode
  2. toggle Trouble outline

Expected Behavior

I expect zenmode not being toggled off when opening trouble outline.

Repro

No response

b0ae989c commented 1 month ago

Duplicate of #120. Should close.

github-actions[bot] commented 2 days ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

idelice commented 1 day ago

@b0ae989c Updated ticket to reflect Trouble outline instead.

folke commented 1 day ago

There's no :Trouble outline. If you mean document symbols than that works for me, but of course it won't be shown in the zen window. And you should have focus=false (which is the default).

Closing, since it doesn't really make sense to use trouble from zen mode.