diff options
| author | adamdottv <[email protected]> | 2025-05-01 07:28:37 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-01 07:28:37 -0500 |
| commit | f2b36b92347622f4c7f150c8dcef7218960d0702 (patch) | |
| tree | f03a83e5a9a7647e9766437b69217f032f9ac5fe /internal/tui/components | |
| parent | f224978bbcc0b2995e6492cf73d0fab930217e91 (diff) | |
| download | opencode-f2b36b92347622f4c7f150c8dcef7218960d0702.tar.gz opencode-f2b36b92347622f4c7f150c8dcef7218960d0702.zip | |
fix: remove lsp tool
Diffstat (limited to 'internal/tui/components')
| -rw-r--r-- | internal/tui/components/chat/chat.go | 2 |
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() |
