From cbf5a6035932264d0de770f7e49d37c92f5afd5c Mon Sep 17 00:00:00 2001
From: uuuvn <uuuvn@uuuvn.space>
Date: Sat, 10 Jun 2023 11:40:17 +0000
Subject: [PATCH] Fix LSP in helix

---
 .helix/config.toml    | 2 ++
 .helix/languages.toml | 5 +++++
 2 files changed, 7 insertions(+)
 create mode 100644 .helix/config.toml
 create mode 100644 .helix/languages.toml

diff --git a/.helix/config.toml b/.helix/config.toml
new file mode 100644
index 0000000..a1ec3e0
--- /dev/null
+++ b/.helix/config.toml
@@ -0,0 +1,2 @@
+[editor]
+auto-format = false
diff --git a/.helix/languages.toml b/.helix/languages.toml
new file mode 100644
index 0000000..a2decf4
--- /dev/null
+++ b/.helix/languages.toml
@@ -0,0 +1,5 @@
+[[language]]
+name = "rust"
+# TODO: Add more targets (BIOS, x86_32)
+# Uncomment this line and set cargo.target to your target to get accurate completions
+# config = { cargo.target = "aarch64-unknown-uefi", check.targets = ["x86_64-unknown-uefi", "aarch64-unknown-uefi"] }
-- 
GitLab