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
|
||||
nixd # NixD LSP for .nix files
|
||||
deno
|
||||
|
||||
# :3
|
||||
fastfetch
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
|
||||
revset-aliases = {
|
||||
"immutable_heads()" = "builtin_immutable_heads() | main@forgejo";
|
||||
"immutable_heads()" = "builtin_immutable_heads()";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
jnoortheen.nix-ide # Nix
|
||||
tamasfe.even-better-toml # TOML
|
||||
yzhang.markdown-all-in-one # Markdown
|
||||
denoland.vscode-deno # Deno JS/TS
|
||||
# Theming
|
||||
pkief.material-icon-theme # Material icons
|
||||
# Utilities
|
||||
|
|
Loading…
Reference in a new issue