summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXian Wang <dev@xianwang.io>2025-09-09 10:47:26 -0700
committerXian Wang <dev@xianwang.io>2025-09-09 10:47:26 -0700
commit3e5f9217fbbb1f5b1dc55f6ca5e1e2917626a464 (patch)
treeac2fefffece366e33fb60e4c613460d0753de835
parenta535ed3cd55d93c4396d0c85dbd7d6aae8349542 (diff)
downloaddotfiles-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.json4
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",