summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-01 07:28:37 -0500
committeradamdottv <[email protected]>2025-05-01 07:28:37 -0500
commitf2b36b92347622f4c7f150c8dcef7218960d0702 (patch)
treef03a83e5a9a7647e9766437b69217f032f9ac5fe /internal/tui/components
parentf224978bbcc0b2995e6492cf73d0fab930217e91 (diff)
downloadopencode-f2b36b92347622f4c7f150c8dcef7218960d0702.tar.gz
opencode-f2b36b92347622f4c7f150c8dcef7218960d0702.zip
fix: remove lsp tool
Diffstat (limited to 'internal/tui/components')
-rw-r--r--internal/tui/components/chat/chat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/chat/chat.go b/internal/tui/components/chat/chat.go
index 8623b3d7b..a372868e1 100644
--- a/internal/tui/components/chat/chat.go
+++ b/internal/tui/components/chat/chat.go
@@ -35,7 +35,7 @@ func header(width int) string {
func lspsConfigured(width int) string {
cfg := config.Get()
- title := "LSP Configuration"
+ title := "LSP Servers"
title = ansi.Truncate(title, width, "…")
t := theme.CurrentTheme()