1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/lsp/lsp-packages: pkgs.atopile now exists

This commit is contained in:
Gaetan Lepage 2025-10-05 01:06:22 +02:00 committed by Austin Horstman
parent 8e2bbc6b0b
commit cd63e6c918

View file

@ -190,10 +190,7 @@
ast_grep = "ast-grep";
astro = "astro-language-server";
atlas = "atlas";
atopile = [
"python3Packages"
"atopile"
];
atopile = "atopile";
autotools_ls = "autotools-language-server";
ballerina = "ballerina";
basedpyright = "basedpyright";