fix: remove lsp tool

This commit is contained in:
adamdottv
2025-05-01 07:28:37 -05:00
parent f224978bbc
commit f2b36b9234
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()