Style language server name in completion menu

Omit in buffers with one or zero running language servers with the
capability to provide completions

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Julia
2023-08-29 11:21:02 -04:00
co-authored by Antonio Scandurra
parent 35b7787e02
commit 15628af04b
3 changed files with 96 additions and 28 deletions
+3
View File
@@ -205,6 +205,9 @@ export default function editor(): any {
match_highlight: foreground(theme.middle, "accent", "active"),
background: background(theme.middle, "active"),
},
server_name_container: { padding: { left: 40 } },
server_name_color: text(theme.middle, "sans", "disabled", {}).color,
server_name_size_percent: 0.75,
},
diagnostic_header: {
background: background(theme.middle),