dotfiles/dotconfig/helix/languages.toml
statzitz 6efd411c25 Changes to the config
add helix conf
changes somes bindings so they can't be passed to the application.
2024-09-16 10:53:18 +02:00

15 lines
234 B
TOML

[language-server.mylang-lsp]
command = "mylang-lsp"
[[language]]
name = "rust"
auto-format = false
[language-server.ruff]
command = "ruff-lsp"
[[language]]
name = "python"
language-servers = [ "ruff", "pylsp" ]
auto-format = true