Compare commits
No commits in common. "e1828378aa288f1b3e40ada7e1409f4c8ac0dcc2" and "b35ce8ea00ef363f4cc8c052f64b0333bafa9c13" have entirely different histories.
e1828378aa
...
b35ce8ea00
2 changed files with 0 additions and 13 deletions
1
pkgs.nix
1
pkgs.nix
|
|
@ -10,7 +10,6 @@
|
||||||
git-absorb
|
git-absorb
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
gzip
|
|
||||||
htop
|
htop
|
||||||
jq
|
jq
|
||||||
julia-bin
|
julia-bin
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
"latex"
|
"latex"
|
||||||
"macos-classic"
|
"macos-classic"
|
||||||
"nix"
|
"nix"
|
||||||
"r"
|
|
||||||
"toml"
|
"toml"
|
||||||
"xml"
|
"xml"
|
||||||
];
|
];
|
||||||
|
|
@ -28,17 +27,6 @@
|
||||||
buffer_font_size = 11;
|
buffer_font_size = 11;
|
||||||
features = { edit_prediction_provider = "zed"; };
|
features = { edit_prediction_provider = "zed"; };
|
||||||
languages = {
|
languages = {
|
||||||
Julia = {
|
|
||||||
formatter = {
|
|
||||||
external = {
|
|
||||||
command = "julia";
|
|
||||||
arguments = [
|
|
||||||
"-e"
|
|
||||||
"using JuliaFormatter; print(format_text(String(read(stdin))));"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
Nix = { formatter = { external = { command = "nixfmt"; }; }; };
|
Nix = { formatter = { external = { command = "nixfmt"; }; }; };
|
||||||
};
|
};
|
||||||
preview_tabs = { enabled = false; };
|
preview_tabs = { enabled = false; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue