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

Noice hijacking window title #197

Closed
duarm opened this issue Nov 5, 2022 · 11 comments · Fixed by #639
Closed

Noice hijacking window title #197

duarm opened this issue Nov 5, 2022 · 11 comments · Fixed by #639
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@duarm
Copy link

duarm commented Nov 5, 2022

Describe the bug
When I open the cmdline with noice, the window title changes to scrollbar (noice://N) - NVIM, N being a number which increases each time I open the cmdline. If I open a file which triggers an LSP progress bar, I can see the number quickly increasing to 400.

Which version of Neovim are you using?
v0.9.0-dev-55-gedc8a1f046

To Reproduce
Steps to reproduce the behavior:

  1. Open NVIM with noice, interact with noice once (e.g. opening the cmdline), and see the window title changing

Expected Behavior
ideally, the Window title should remain unchanged. But restoring the old window title would already help instead of permanently changing to noice (noice://200) - NVIM

@duarm duarm added the bug Something isn't working label Nov 5, 2022
@latipun7
Copy link

latipun7 commented Nov 5, 2022

seems duplicate with #182 (bad issue title. typo? non english?)

@duarm
Copy link
Author

duarm commented Nov 5, 2022

yeah, it's a duplicate, same problem

@latipun7
Copy link

latipun7 commented Nov 7, 2022

@folke , after updating to ea1079d this problem seems not resolved. I still see the flashing when lsp mini view is updating. Using default setting.

simplescreenrecorder-2022-11-07_16.04.37.mp4

@folke
Copy link
Owner

folke commented Nov 7, 2022

I can't do anhything about the flashing. That's Neovim that shows the title of the mini buffers.
I did fix the issue where some internal noice filename was displayed.

@UtkarshVerma
Copy link

I am facing the same problem, any workarounds for this?

@folke
Copy link
Owner

folke commented Jan 10, 2023

This is Neovim behavior. You can ony fix it by disabling vim.g.title

@UtkarshVerma
Copy link

Oh, so I guess there's no functionality to blacklist mini windows for titles.

Shatur added a commit to Shatur/neovim-config that referenced this issue Jan 12, 2023
@aymanbagabas
Copy link

I'm facing the same issue here too. Related issue: neovim/neovim#19380

@MostHated
Copy link

MostHated commented Apr 20, 2023

I was using fidget, and it didn't have this issue. What is being done differently that is causing this? Figet was probably a much more simple plugin. Unfortunately, it is annoying enough that it has me considering just using that again (which I would rather not have to do), but it happens on load, every save, and many other similar action. I would rather it not do anything with the title bar at all.

@folke
Copy link
Owner

folke commented Apr 20, 2023

As I mentioned way too many times before, this can not be fixed. That's standard Neovim behavior.

Disable vim.go.title, or disable Noice if it bothers you.

@folke folke added the wontfix This will not be worked on label Apr 20, 2023
@GiuseppeMP
Copy link

As I mentioned way too many times before, this can not be fixed. That's standard Neovim behavior.

Disable vim.g.title, or disable Noice if it bothers you.

Little fix typo, it's an option.

vim.o.title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants