Default word wrap to true
This commit is contained in:
parent
bafc786fce
commit
4609fc48df
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ impl Default for Config {
|
||||||
syntax_theme_light: "COSMIC Light".to_string(),
|
syntax_theme_light: "COSMIC Light".to_string(),
|
||||||
tab_width: 4,
|
tab_width: 4,
|
||||||
vim_bindings: false,
|
vim_bindings: false,
|
||||||
word_wrap: false,
|
word_wrap: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue