fix: remove lsp tool

This commit is contained in:
adamdottv 2025-05-01 07:28:37 -05:00
commit f2b36b9234
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 1 additions and 143 deletions

View file

@ -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()