diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 16:38:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 16:38:11 +0300 |
| commit | ad62a3eb132924858d23694273923f1fc13ca22e (patch) | |
| tree | caadd2832a8c8a2eb3400aa12747eedd97a7d9a1 /internal/lsp/handlers.go | |
| parent | 833bb66706dd991ecd3973da360c472d818e970a (diff) | |
revert: remove newline-after-colon insertion behavior and its tests
Diffstat (limited to 'internal/lsp/handlers.go')
| -rw-r--r-- | internal/lsp/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
