Add deno and remove forgejo origin from jj because it causes issues when the origin doesn't exist yet
This commit is contained in:
parent
2ea8cfcfc5
commit
61be7a1f74
3 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
# Programming
|
# Programming
|
||||||
nixd # NixD LSP for .nix files
|
nixd # NixD LSP for .nix files
|
||||||
|
deno
|
||||||
|
|
||||||
# :3
|
# :3
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
revset-aliases = {
|
revset-aliases = {
|
||||||
"immutable_heads()" = "builtin_immutable_heads() | main@forgejo";
|
"immutable_heads()" = "builtin_immutable_heads()";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
jnoortheen.nix-ide # Nix
|
jnoortheen.nix-ide # Nix
|
||||||
tamasfe.even-better-toml # TOML
|
tamasfe.even-better-toml # TOML
|
||||||
yzhang.markdown-all-in-one # Markdown
|
yzhang.markdown-all-in-one # Markdown
|
||||||
|
denoland.vscode-deno # Deno JS/TS
|
||||||
# Theming
|
# Theming
|
||||||
pkief.material-icon-theme # Material icons
|
pkief.material-icon-theme # Material icons
|
||||||
# Utilities
|
# Utilities
|
||||||
|
|
Loading…
Reference in a new issue