mod(fish): switched back to nvim for the time being

I wish they can fix the spammy diagnostics soon
This commit is contained in:
Léana 江 2023-06-09 12:26:37 +02:00 committed by Léana 江
parent b137af17d5
commit 14510485d1
5 changed files with 35 additions and 6 deletions

View file

@ -4,11 +4,13 @@ language-server = { command = "", args = [] }
[[language]]
name = "rust"
auto-format = true
auto-format = false
language-server = { command = "rustup", args = [
"run",
"stable",
"rust-analyzer",
] }
[language.auto-pairs]
'|' = '|'
[[language]]
name = "markdown"
language-server = { command = "ltex-ls" }