We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284ea48 commit 0bf8fe4Copy full SHA for 0bf8fe4
lua/snacks/picker/format.lua
@@ -78,10 +78,10 @@ function M.filename(item, picker)
78
79
if is("ignored") then
80
base_hl = "SnacksPickerPathIgnored"
81
- elseif is("hidden") then
82
- base_hl = "SnacksPickerPathHidden"
83
elseif item.filename_hl then
84
base_hl = item.filename_hl
+ elseif is("hidden") then
+ base_hl = "SnacksPickerPathHidden"
85
end
86
local dir_hl = "SnacksPickerDir"
87
0 commit comments