Compare commits

..

No commits in common. "e1828378aa288f1b3e40ada7e1409f4c8ac0dcc2" and "b35ce8ea00ef363f4cc8c052f64b0333bafa9c13" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View file

@ -10,7 +10,6 @@
git-absorb
gnugrep
gnused
gzip
htop
jq
julia-bin

View file

@ -12,7 +12,6 @@
"latex"
"macos-classic"
"nix"
"r"
"toml"
"xml"
];
@ -28,17 +27,6 @@
buffer_font_size = 11;
features = { edit_prediction_provider = "zed"; };
languages = {
Julia = {
formatter = {
external = {
command = "julia";
arguments = [
"-e"
"using JuliaFormatter; print(format_text(String(read(stdin))));"
];
};
};
};
Nix = { formatter = { external = { command = "nixfmt"; }; }; };
};
preview_tabs = { enabled = false; };