refactor: simplify symbols palette naming

And give it an icon like the other palettes.
This commit is contained in:
CJ van den Berg 2026-02-14 20:46:29 +01:00
parent 1fd9cdfd7f
commit 36d98dce7c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -14,9 +14,9 @@ const ed = @import("../../editor.zig");
const module_name = @typeName(@This());
const Widget = @import("../../Widget.zig");
pub const label = "Go to Symbol";
pub const name = "Go to";
pub const description = "Symbols in scope";
pub const label = "Search symbols";
pub const name = "󰊕 symbols";
pub const description = "file symbols";
pub const icon = "󱎸 ";
pub const modal_dim = false;
pub const placement = .top_right;