chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-09 16:32:52 +00:00
parent 092bc674a5
commit 347526e9fd
@@ -22,9 +22,7 @@ function View(props: { api: TuiPluginApi }) {
</box> </box>
<Show when={list().length <= 2 || open()}> <Show when={list().length <= 2 || open()}>
<Show when={list().length === 0}> <Show when={list().length === 0}>
<text fg={theme().textMuted}> <text fg={theme().textMuted}>{off() ? "LSPs are disabled" : "LSPs will activate as files are read"}</text>
{off() ? "LSPs are disabled" : "LSPs will activate as files are read"}
</text>
</Show> </Show>
<For each={list()}> <For each={list()}>
{(item) => ( {(item) => (