LSP: Properly actually add astro

This commit is contained in:
damii 2024-12-03 09:42:25 +11:00
commit 466d779518
3 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@
defaultServer = "astro";
servers = {
astro = {
package = pkgs.nodePackages.astro-language-server;
package = pkgs.astro-language-server;
lspConfig = ''
lspconfig.astro.setup {
capabilities = capabilities;