summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-31 23:50:32 +0300
committerPaul Buetow <paul@buetow.org>2025-08-31 23:50:32 +0300
commit69fb353b042ebc0e288bc60ccc1c4f7403994d13 (patch)
tree7cb7fdbf38a642677417d3e5cbe45c1cd031951b /internal
parent64a846c2b2abc244106cbf24b0a309a1e57308fe (diff)
update the status
Diffstat (limited to 'internal')
-rw-r--r--internal/lsp/handlers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/lsp/handlers.go b/internal/lsp/handlers.go
index a5649f1..531b454 100644
--- a/internal/lsp/handlers.go
+++ b/internal/lsp/handlers.go
@@ -1,5 +1,4 @@
// Summary: LSP JSON-RPC handlers; implements core methods and integrates with the LLM client when enabled.
-// TODO: Split this up into multiple smaller files.
package lsp
import (