{ plugins.neo-tree = { enable = true; extraOptions = { default_component_configs = { icon = { folder_closed = ""; folder_open = ""; folder_empty = ""; folder_empty_open = ""; }; git_status = { symbols = { added = "✚"; modified = ""; deleted = "✖"; untracked = ""; ignored = ""; staged = ""; conflict = ""; renamed = "󰁕"; unstaged = "󰄱"; }; }; diagnostics = { symbols = { hint = "󰌵"; info = ""; warn = ""; error = ""; }; highlights = { hint = "DiagnosticSignHint"; info = "DiagnosticSignInfo"; warn = "DiagnosticSignWarn"; error = "DiagnosticSignError"; }; }; }; filesystem = { filtered_items = { hide_by_pattern = [ "*_templ.go" ]; }; }; }; }; keymaps = [ { key = "e"; action = "Neotree toggle"; options = { silent = true; }; } ]; }