add(helix): helix basic configuration

switching to helix??
This commit is contained in:
Léana 江 2023-06-08 21:09:22 +02:00 committed by Léana 江
parent 74f4babb9a
commit b137af17d5
4 changed files with 18 additions and 52 deletions

View file

@ -1,3 +1,14 @@
[[language]]
name = "toml"
language-server = { command = "", args = [] }
[[language]]
name = "rust"
auto-format = true
language-server = { command = "rustup", args = [
"run",
"stable",
"rust-analyzer",
] }
[language.auto-pairs]
'|' = '|'