lkasjdalksd

This commit is contained in:
2025-03-21 19:19:15 +01:00
parent 5722f73907
commit fcb6f5d129

View File

@@ -61,6 +61,7 @@
// I like it, but it is too slow https://github.com/zed-industries/zed/issues/13547
"inline_blame": { "enabled": false }
},
"format_on_save": "off",
"preview_tabs": {
// Those annoying tabs that close themselves
// I'd like more control over what is made ino a preview and not
@@ -71,6 +72,7 @@
},
"auto_install_extensions": {
// "railcast": true,
// "basher": true, // I want https://github.com/rburmorrison/shell.zed...
"cython": true,
"docker-compose": true,
"dockerfile": true,
@@ -106,12 +108,28 @@
// // "preferred_line_length": 120
// },
"Nix": {
"tab_size": 2,
"format_on_save": "off"
"tab_size": 2
// "format_on_save": "off"
},
"Just": {
"formatter": {
"external": {
"command": "bash",
"arguments": ["-c", "t=\"$(mktemp)\"; cat >\"$t\"; just --unstable --fmt --justfile \"$t\"; cat \"$t\"; rm \"$t\";"]
}
}
},
"Shell Script": {
"formatter": {
"external": {
"command": "shfmt",
"arguments": ["--indent=2", "--filename", "{buffer_path}"]
}
}
},
"TOML": {
// TODO: fix lsp config in zed
"format_on_save": "off"
// "format_on_save": "off"
}
},
// https://zed.dev/docs/configuring-zed#lsp