Default word wrap to true

This commit is contained in:
Jeremy Soller 2024-02-02 10:42:45 -07:00
parent bafc786fce
commit 4609fc48df
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -52,7 +52,7 @@ impl Default for Config {
syntax_theme_light: "COSMIC Light".to_string(),
tab_width: 4,
vim_bindings: false,
word_wrap: false,
word_wrap: true,
}
}
}