We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d61d0 commit 21dcf0aCopy full SHA for 21dcf0a
2 files changed
lua/bars/components/statuscolumn.lua
@@ -342,7 +342,7 @@ end
342
---@param config statusline.parts.custom
343
---@return string
344
scC.custom = function (_, _, config)
345
- return config.value;
+ return config.value --[[ @as string ]];
346
end
347
348
--- Returns the output of the section {name}.
lua/bars/components/statusline.lua
@@ -474,7 +474,7 @@ end
474
475
476
slC.custom = function (_, _, config)
477
478
479
480
-----------------------------------------------------------------------------
0 commit comments