mirror of https://github.com/helix-editor/helix
Fix broken test
parent
278361a086
commit
1665bac1b6
|
@ -263,6 +263,7 @@ where
|
|||
highlight_config: OnceCell::new(),
|
||||
//
|
||||
roots: vec![],
|
||||
auto_format: false,
|
||||
language_server: None,
|
||||
indent: Some(IndentationConfiguration {
|
||||
tab_width: 4,
|
||||
|
|
Loading…
Reference in New Issue