mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 16:07:59 +00:00
mod(fish): switched back to nvim for the time being
I wish they can fix the spammy diagnostics soon
This commit is contained in:
parent
b137af17d5
commit
14510485d1
5 changed files with 35 additions and 6 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue