mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 17:11:02 +00:00
gleam: capitalisation
This commit is contained in:
parent
425499ab84
commit
b78d3abbb7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ in {
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = either package (listOf str);
|
type = either package (listOf str);
|
||||||
default = servers.${cfg.lsp.server}.package;
|
default = servers.${cfg.lsp.server}.package;
|
||||||
description = "gleam LSP server package, or the command to run as a list of strings";
|
description = "Gleam LSP server package, or the command to run as a list of strings";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue