1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +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"; ast_grep = "ast-grep";
astro = "astro-language-server"; astro = "astro-language-server";
atlas = "atlas"; atlas = "atlas";
atopile = [ atopile = "atopile";
"python3Packages"
"atopile"
];
autotools_ls = "autotools-language-server"; autotools_ls = "autotools-language-server";
ballerina = "ballerina"; ballerina = "ballerina";
basedpyright = "basedpyright"; basedpyright = "basedpyright";