summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/handlers.go')
-rw-r--r--internal/lsp/handlers.go2
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,