You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ Reuse and share module definitions:
345
345
346
346
```yaml
347
347
modules:
348
-
- from: dotular.dev/modules/neovim@1.0.0
348
+
- from: neovim
349
349
with:
350
350
neovim_version: "0.10.2"
351
351
override:
@@ -365,11 +365,11 @@ modules:
365
365
366
366
| Source | Trust |
367
367
|--------|-------|
368
-
| `dotular.dev/modules/` | Official |
369
-
| `dotular.dev/community/` | Community |
370
-
| GitHub / arbitrary URL | Private |
368
+
| `github.com/atomikpanda/dotular/...` or bare name | Official |
369
+
| Other `github.com/...` repos | GitHub |
370
+
| Other URLs | External |
371
371
372
-
GitHub refs (`github.com/user/repo@ref`) are automatically rewritten to `raw.githubusercontent.com`.
372
+
Bare names (e.g. `neovim`) expand to `github.com/atomikpanda/dotular/modules/neovim@main`. GitHub refs are automatically rewritten to `raw.githubusercontent.com`.
0 commit comments