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, 2 insertions, 0 deletions
diff --git a/internal/lsp/handlers.go b/internal/lsp/handlers.go
index a16affb..7903c73 100644
--- a/internal/lsp/handlers.go
+++ b/internal/lsp/handlers.go
@@ -1,3 +1,5 @@
+// Summary: LSP JSON-RPC handlers; implements core methods and integrates with the LLM client when enabled.
+// Not yet reviewed by a human
package lsp
import (