mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 08:09:51 +00:00
chore: generate
This commit is contained in:
parent
092bc674a5
commit
347526e9fd
1 changed files with 1 additions and 3 deletions
|
|
@ -22,9 +22,7 @@ function View(props: { api: TuiPluginApi }) {
|
|||
</box>
|
||||
<Show when={list().length <= 2 || open()}>
|
||||
<Show when={list().length === 0}>
|
||||
<text fg={theme().textMuted}>
|
||||
{off() ? "LSPs are disabled" : "LSPs will activate as files are read"}
|
||||
</text>
|
||||
<text fg={theme().textMuted}>{off() ? "LSPs are disabled" : "LSPs will activate as files are read"}</text>
|
||||
</Show>
|
||||
<For each={list()}>
|
||||
{(item) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue