Compare commits
3 commits
b35ce8ea00
...
e1828378aa
| Author | SHA1 | Date | |
|---|---|---|---|
| e1828378aa | |||
| 868d13a9fb | |||
| d0baefc82e |
2 changed files with 13 additions and 0 deletions
1
pkgs.nix
1
pkgs.nix
|
|
@ -10,6 +10,7 @@
|
|||
git-absorb
|
||||
gnugrep
|
||||
gnused
|
||||
gzip
|
||||
htop
|
||||
jq
|
||||
julia-bin
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"latex"
|
||||
"macos-classic"
|
||||
"nix"
|
||||
"r"
|
||||
"toml"
|
||||
"xml"
|
||||
];
|
||||
|
|
@ -27,6 +28,17 @@
|
|||
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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue