|
21 | 21 | wget # https://github.com/mirror/wget |
22 | 22 | ]; |
23 | 23 | languages = with pkgs; [ |
| 24 | + astro-language-server # https://github.com/withastro/language-tools/tree/main/packages/language-server |
| 25 | + bash-language-server # https://github.com/bash-lsp/bash-language-server |
24 | 26 | biome # https://github.com/biomejs/biome |
25 | 27 | cargo # https://github.com/rust-lang/cargo |
26 | 28 | delve # https://github.com/go-delve/delve |
|
44 | 46 | marksman # https://github.com/artempyanykh/marksman |
45 | 47 | nil # https://github.com/oxalica/nil |
46 | 48 | nixfmt # https://github.com/NixOS/nixfmt |
47 | | - nodePackages_latest."@astrojs/language-server" # https://github.com/withastro/language-tools/tree/main/packages/language-server |
48 | | - nodePackages_latest.bash-language-server # https://github.com/bash-lsp/bash-language-server |
49 | | - nodePackages_latest.prettier # https://github.com/prettier/prettier |
50 | | - nodePackages_latest.typescript-language-server # https://github.com/typescript-language-server/typescript-language-server |
51 | 49 | nodejs # https://github.com/nodejs/node |
| 50 | + prettier # https://github.com/prettier/prettier |
52 | 51 | pyright # https://github.com/microsoft/pyright |
53 | 52 | python3 # https://github.com/python/cpython |
54 | 53 | ruff # https://github.com/astral-sh/ruff |
|
63 | 62 | terraform-ls # https://github.com/hashicorp/terraform-ls |
64 | 63 | tflint # https://github.com/terraform-linters/tflint |
65 | 64 | tree-sitter # https://github.com/tree-sitter/tree-sitter |
| 65 | + typescript-language-server # https://github.com/typescript-language-server/typescript-language-server |
66 | 66 | uv # https://github.com/astral-sh/uv |
67 | 67 | vscode-langservers-extracted # https://github.com/hrsh7th/vscode-langservers-extracted |
68 | 68 | yaml-language-server # https://github.com/redhat-developer/yaml-language-server |
|
0 commit comments