aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests/test/auto_indent.rs
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-10-23 00:51:55 +0000
committerBlaž Hrastnik2023-02-02 19:53:18 +0000
commita5233cf5ad3c4f8e95228314463cf41d744fac04 (patch)
treebd9c676b97dd6e121edbc84556969a8414a3eacf /helix-term/tests/test/auto_indent.rs
parent06d095f31cb83cde1a59b672c222277a42f6c9b6 (diff)
disable lsp in integration tests
Diffstat (limited to 'helix-term/tests/test/auto_indent.rs')
-rw-r--r--helix-term/tests/test/auto_indent.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/tests/test/auto_indent.rs b/helix-term/tests/test/auto_indent.rs
index d5c220b7..2d908285 100644
--- a/helix-term/tests/test/auto_indent.rs
+++ b/helix-term/tests/test/auto_indent.rs
@@ -7,7 +7,7 @@ async fn auto_indent_c() -> anyhow::Result<()> {
files: vec![(PathBuf::from("foo.c"), Position::default())],
..Default::default()
},
- Config::default(),
+ helpers::test_config(),
helpers::test_syntax_conf(None),
// switches to append mode?
(