summaryrefslogtreecommitdiff
path: root/internal/lsp/chat_handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/chat_handlers.go')
-rw-r--r--internal/lsp/chat_handlers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/lsp/chat_handlers.go b/internal/lsp/chat_handlers.go
index 320be45..f0bfa78 100644
--- a/internal/lsp/chat_handlers.go
+++ b/internal/lsp/chat_handlers.go
@@ -4,6 +4,7 @@
// and applies the LLM reply back into the document. It reaches into Server (via
// c.srv, aliased to s) for shared infrastructure such as LLM clients, document
// access, config and edit dispatch.
+
package lsp
import (