summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers_document.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/handlers_document.go')
-rw-r--r--internal/lsp/handlers_document.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/lsp/handlers_document.go b/internal/lsp/handlers_document.go
index 0dba2f7..53c1588 100644
--- a/internal/lsp/handlers_document.go
+++ b/internal/lsp/handlers_document.go
@@ -2,12 +2,12 @@
package lsp
import (
- "context"
- "encoding/json"
- "hexai/internal/llm"
- "hexai/internal/logging"
- "strings"
- "time"
+ "context"
+ "encoding/json"
+ "codeberg.org/snonux/hexai/internal/llm"
+ "codeberg.org/snonux/hexai/internal/logging"
+ "strings"
+ "time"
)
func (s *Server) handleDidOpen(req Request) {