refactor: place completion palette top right and undimmed
This commit is contained in:
parent
d86193a9aa
commit
86d7dd9cc9
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue