diff options
Diffstat (limited to 'internal/lsp/watcher')
| -rw-r--r-- | internal/lsp/watcher/watcher.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/lsp/watcher/watcher.go b/internal/lsp/watcher/watcher.go index 82c8f1b33..69d341212 100644 --- a/internal/lsp/watcher/watcher.go +++ b/internal/lsp/watcher/watcher.go @@ -11,10 +11,10 @@ import ( "github.com/bmatcuk/doublestar/v4" "github.com/fsnotify/fsnotify" - "github.com/kujtimiihoxha/opencode/internal/config" - "github.com/kujtimiihoxha/opencode/internal/logging" - "github.com/kujtimiihoxha/opencode/internal/lsp" - "github.com/kujtimiihoxha/opencode/internal/lsp/protocol" + "github.com/opencode-ai/opencode/internal/config" + "github.com/opencode-ai/opencode/internal/logging" + "github.com/opencode-ai/opencode/internal/lsp" + "github.com/opencode-ai/opencode/internal/lsp/protocol" ) // WorkspaceWatcher manages LSP file watching |
