doc(#2891): remove unused option hidden.enable

This commit is contained in:
Alexander Courtis
2024-09-01 14:52:25 +10:00
parent d43ab67d0e
commit 43c3c36c7a
2 changed files with 3 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ function DecoratorHidden:new(opts)
return o
end
---Hidden icon: hidden.enable, renderer.icons.show.hidden and node starts with `.` (dotfile).
---Hidden icon: renderer.icons.show.hidden and node starts with `.` (dotfile).
---@param node Node
---@return HighlightedString[]|nil icons
function DecoratorHidden:calculate_icons(node)
@@ -37,7 +37,7 @@ function DecoratorHidden:calculate_icons(node)
end
end
---Hidden highlight: hidden.enable, renderer.highlight_hidden and node starts with `.` (dotfile).
---Hidden highlight: renderer.highlight_hidden and node starts with `.` (dotfile).
---@param node Node
---@return string|nil group
function DecoratorHidden:calculate_highlight(node)