mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-13 16:18:36 +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 {
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue