diff options
author | Skyler Hawthorne | 2022-10-23 00:51:55 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-02-02 19:53:18 +0000 |
commit | a5233cf5ad3c4f8e95228314463cf41d744fac04 (patch) | |
tree | bd9c676b97dd6e121edbc84556969a8414a3eacf /helix-term/tests/test/auto_indent.rs | |
parent | 06d095f31cb83cde1a59b672c222277a42f6c9b6 (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.rs | 2 |
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? ( |