From f2b36b92347622f4c7f150c8dcef7218960d0702 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 1 May 2025 07:28:37 -0500 Subject: fix: remove lsp tool --- internal/tui/components/chat/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/components') 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() -- cgit v1.2.3