diff options
| author | Xian Wang <dev@xianwang.io> | 2025-09-09 10:47:26 -0700 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2025-09-09 10:47:26 -0700 |
| commit | 3e5f9217fbbb1f5b1dc55f6ca5e1e2917626a464 (patch) | |
| tree | ac2fefffece366e33fb60e4c613460d0753de835 | |
| parent | a535ed3cd55d93c4396d0c85dbd7d6aae8349542 (diff) | |
| download | dotfiles-3e5f9217fbbb1f5b1dc55f6ca5e1e2917626a464.tar.gz dotfiles-3e5f9217fbbb1f5b1dc55f6ca5e1e2917626a464.tar.bz2 dotfiles-3e5f9217fbbb1f5b1dc55f6ca5e1e2917626a464.zip | |
zed: soft wrap and gutter tweak
Signed-off-by: Xian Wang <dev@xianwang.io>
| -rw-r--r-- | config/zed/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/zed/settings.json b/config/zed/settings.json index 8460734..082df3a 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -17,9 +17,13 @@ "buffer_font_size": 13, "buffer_font_family": "Intel One Mono", "buffer_line_height": "standard", + "soft_wrap": "bounded", "indent_guides": { "enabled": false }, + "gutter": { + "folds": false + }, "theme": { "mode": "system", "light": "One Light", |
