From ad62a3eb132924858d23694273923f1fc13ca22e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 16:38:11 +0300 Subject: revert: remove newline-after-colon insertion behavior and its tests --- internal/lsp/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/lsp/handlers.go') diff --git a/internal/lsp/handlers.go b/internal/lsp/handlers.go index 1e77141..d58227c 100644 --- a/internal/lsp/handlers.go +++ b/internal/lsp/handlers.go @@ -155,7 +155,7 @@ func (s *Server) tryLLMCompletion(p CompletionParams, above, current, below, fun return nil, false } - te, filter := computeTextEditAndFilter(cleaned, inParams, current, p) + te, filter := computeTextEditAndFilter(cleaned, inParams, current, p) label := labelForCompletion(cleaned, filter) items := []CompletionItem{{ Label: label, -- cgit v1.2.3