mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-15 00:58:37 +00:00
language/astro: add note on lspconfig usage
This commit is contained in:
parent
0cbc1810f9
commit
940f78fcb4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ in {
|
||||||
server = mkOption {
|
server = mkOption {
|
||||||
type = enum (attrNames servers);
|
type = enum (attrNames servers);
|
||||||
default = defaultServer;
|
default = defaultServer;
|
||||||
description = "Astro LSP server to use";
|
description = "Astro LSP server to use (astro is configured via lspconfig)";
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
|
Loading…
Add table
Reference in a new issue