mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
add(helix): helix basic configuration
switching to helix??
This commit is contained in:
parent
74f4babb9a
commit
b137af17d5
4 changed files with 18 additions and 52 deletions
|
|
@ -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]
|
||||
'|' = '|'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue