language/astro: add note on lspconfig usage

This commit is contained in:
Ching Pei Yang 2025-04-05 23:40:29 +02:00
parent 0cbc1810f9
commit 940f78fcb4
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -90,7 +90,7 @@ in {
server = mkOption {
type = enum (attrNames servers);
default = defaultServer;
description = "Astro LSP server to use";
description = "Astro LSP server to use (astro is configured via lspconfig)";
};
package = mkOption {