refactor: place symbols palette on the right and disable dimming
This commit is contained in:
parent
d5bd31652e
commit
b566612068
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ pub const label = "Go to Symbol";
|
|||
pub const name = "Go to";
|
||||
pub const description = "Symbols in scope";
|
||||
pub const icon = " ";
|
||||
pub const modal_dim = false;
|
||||
pub const placement = .top_right;
|
||||
|
||||
const Column = struct {
|
||||
label: []const u8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue