refactor: place completion palette top right and undimmed

This commit is contained in:
CJ van den Berg 2025-12-08 17:44:19 +01:00
parent d86193a9aa
commit 86d7dd9cc9
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -15,6 +15,8 @@ pub const label = "Select completion";
pub const name = "completion";
pub const description = "completions";
pub const icon = "󱎸 ";
pub const modal_dim = false;
pub const placement = .top_right;
pub const Entry = struct {
label: []const u8,