fix: remove lsp tool
This commit is contained in:
parent
f224978bbc
commit
f2b36b9234
4 changed files with 1 additions and 143 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue