You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently i enabled the title option so my polybar on linux would display the current edited file.
For some reason i noticed a flickering in the title when i was typing.
Running xtitle -s to inspect title changes revealed that every so often neovim would emit a wrong title for a split second which caused the flickering.
Here is the output while editing a file called test.sh in /tmp:
After hours of adjusting my config, enabling and disabling plugins. It seems that cmp-buffer causes the issue.
With the default nvim-cmp setup everything works fine without the buffer source. But as soon as buffer is added to the sources, the [No Name] - NVIM titles start to appear.
All plugins are on the latest version.
OS: Linux archlinux 5.19.1-arch2-1
The text was updated successfully, but these errors were encountered:
Nimmidev
changed the title
Periodically emits wrong window title if title option is set
Neovim periodically emits wrong window title if title option is set
Aug 17, 2022
Recently i enabled the title option so my polybar on linux would display the current edited file.
For some reason i noticed a flickering in the title when i was typing.
Running
xtitle -s
to inspect title changes revealed that every so often neovim would emit a wrong title for a split second which caused the flickering.Here is the output while editing a file called
test.sh
in/tmp
:After hours of adjusting my config, enabling and disabling plugins. It seems that cmp-buffer causes the issue.
With the default
nvim-cmp
setup everything works fine without the buffer source. But as soon asbuffer
is added to the sources, the[No Name] - NVIM
titles start to appear.My nvim version:
All plugins are on the latest version.
OS:
Linux archlinux 5.19.1-arch2-1
The text was updated successfully, but these errors were encountered: