fix type error

This commit is contained in:
Dax Raad
2026-04-16 17:35:56 -04:00
parent b4667d9b0d
commit 3f3989e694

View File

@@ -7,7 +7,7 @@ function View(props: { api: TuiPluginApi }) {
const [open, setOpen] = createSignal(true)
const theme = () => props.api.theme.current
const list = createMemo(() => props.api.state.lsp())
const off = createMemo(() => props.api.state.config.lsp === false)
const off = createMemo(() => props.api.state.config.lsp)
return (
<box>