refactor: place symbols palette on the right and disable dimming

This commit is contained in:
CJ van den Berg 2025-11-18 18:01:08 +01:00
parent d5bd31652e
commit b566612068
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -19,6 +19,8 @@ pub const label = "Go to Symbol";
pub const name = "Go to"; pub const name = "Go to";
pub const description = "Symbols in scope"; pub const description = "Symbols in scope";
pub const icon = "󱎸 "; pub const icon = "󱎸 ";
pub const modal_dim = false;
pub const placement = .top_right;
const Column = struct { const Column = struct {
label: []const u8, label: []const u8,