sys-config/modules/home/cliPrograms/helix/languages.toml
2025-01-27 19:50:29 +01:00

16 lines
337 B
TOML

[[language]]
name = "nix"
scope = "source.nix"
injection-regex = "nix"
file-types = ["nix"]
shebangs = []
roots = ["flake.lock"]
auto-format = true
comment-token = "#"
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = ["nil", "nixd"]
indent = { tab-width = 2, unit = " " }
[language-server.nixd]
command = "nixd"