Closed Jendker closed 1 year ago
Thanks for reporting. Have no idea how this plugin can affect noice -- very strange -- will look into it later.
Thank you! Please take your time. It's nothing urgent but would be great if there is a solution to this.
@Jendker Have you tried to report this issue to folke/noice.nvim
? I mean, if noice.nvim
takes over the UI, it is more likely that it is some settings in noice that breaks the default behavior, so better to report the bug there. I tried to tracked down the issue for several hours but still cannot find a clue :(
Thank you so much for taking your time to investigate this! In this case I'll refer to this issue on folke/noice.nvim
repository and report back as I get more information.
@Jendker No need to do that now, I believe the latest commit fixes the issue, you are welcomed to report it to folke though.
Description
Hello, Thank you so much for a great plugin! It works great in many cases when my nvim-navic did not stand up to the challenge :)
I have one issue. I wanted to remove the path information from bar. To this end I have removed
sources.path
frombar.sources
as described in the minimal config below. The problem is that now the:
or/
does not show command line from "folke/noice". If I re-addsources.path
tobar.sources
, then:
or/
both work fine.nvim version
v0.10.0-dev-528+g1f8fb7c00
dropbar.nvim version
190dcc1
Operating system and version
Ubuntu 20.04
Minimal config
Steps to reproduce
:
Expected behavior
Command line from folke/noice appears as expected.
You can see the correct behavior with this minimal.lua:
difference - existance of
sources.path
in line 28.Actual behavior
Command line does not appear.
Additional information
If I am missing something and the removal of
sources.path
frombar.sources
is not the correct approach to remove path information from bar, please let me know.