feat: add nixd as lsp for nix language (#5929)

This commit is contained in:
Luo Chen
2025-12-22 14:30:08 +08:00
committed by GitHub
parent 236ce7a8c0
commit ac4b8d62e3
3 changed files with 33 additions and 0 deletions

View File

@@ -110,4 +110,5 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".tf": "terraform",
".tfvars": "terraform-vars",
".hcl": "hcl",
".nix": "nix",
} as const