my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(zed): soft wrap markdown at 80 characters instead of manual wrap

+4
+4
config/zed/settings.json
··· 69 69 "Nix": { 70 70 "tab_size": 2, 71 71 "formatter": [{ "external": { "command": "nixfmt" } }] 72 + }, 73 + "Markdown": { 74 + "soft_wrap": "preferred_line_length", 75 + "preferred_line_length": 80 72 76 } 73 77 } 74 78 }