You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---@fieldshow_hidden? boolean Show files and directories that start with "."
@@ -289,6 +297,7 @@ local M = {}
289
297
---@fieldnatural_order? boolean|"fast" Sort file names with numbers in a more intuitive order for humans. Can be slow for large directories.
290
298
---@fieldcase_insensitive? boolean Sort file and directory names case insensitive
291
299
---@fieldsort? oil.SortSpec[] Sort order for the file list
300
+
---@fieldhighlight_filename? fun(entry: oil.Entry, is_hidden: boolean, is_link_target: boolean, is_link_orphan: boolean): string|nil Customize the highlight group for the file name
0 commit comments