atproto blogging
1// Folder-specific settings
2//
3// For a full list of overridable settings, and general information on folder-specific settings,
4// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
5{
6 "lsp": {
7 "nil": {
8 // or "nixd":
9 "initialization_options": {
10 "formatting": {
11 "command": ["alejandra", "--quiet", "--"] // or ["nixfmt"]
12 }
13 }
14 }
15 }
16}