mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Align completion labels with cursor
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
71ef052c06
commit
60595a64bd
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ border = { width = 2, color = "$border.1" }
|
||||||
corner_radius = 6
|
corner_radius = 6
|
||||||
padding = 6
|
padding = 6
|
||||||
match_highlight = { color = "$editor.syntax.keyword.color", weight = "$editor.syntax.keyword.weight" }
|
match_highlight = { color = "$editor.syntax.keyword.color", weight = "$editor.syntax.keyword.weight" }
|
||||||
|
margin.left = -14
|
||||||
|
|
||||||
[editor.autocomplete.item]
|
[editor.autocomplete.item]
|
||||||
padding = { left = 6, right = 6, top = 2, bottom = 2 }
|
padding = { left = 6, right = 6, top = 2, bottom = 2 }
|
||||||
|
|
Loading…
Reference in a new issue