We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4544f commit 289ce14Copy full SHA for 289ce14
lua/noice/api/status.lua
@@ -16,7 +16,7 @@ end
16
local function NoiceStatus(name)
17
local function _get()
18
if not Config.is_running() then
19
- return {}
+ return
20
end
21
local filter = Config.options.status[name] or nothing
22
return Manager.get(filter, {
0 commit comments