Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/neo-tree/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ local config = {
folder_open = "",
folder_empty = "󰉖",
folder_empty_open = "󰷏",
use_filtered_colors = false, -- Whether to use a different highlight when the file is filtered (hidden, dotfile, etc.).
use_filtered_colors = true, -- Whether to use a different highlight when the file is filtered (hidden, dotfile, etc.).
-- The next two settings are only a fallback, if you use nvim-web-devicons and configure default icons there
-- then these will never be used.
default = "*",
Expand Down
Loading