lib/languages: fix typo in server submodule

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964c495ef58a9572ae93715bacf694a6ff5
This commit is contained in:
raf 2025-09-03 14:17:31 +03:00
commit 64f1504c4f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -46,7 +46,7 @@ in {
capabilities = mkOption { capabilities = mkOption {
type = nullOr (either luaInline (attrsOf anything)); type = nullOr (either luaInline (attrsOf anything));
default = null; default = null;
description = "LSP capabilitiess to pass to lspconfig"; description = "LSP capabilities to pass to LSP server configuration";
}; };
on_attach = mkOption { on_attach = mkOption {
@ -58,7 +58,7 @@ in {
filetypes = mkOption { filetypes = mkOption {
type = nullOr (listOf str); type = nullOr (listOf str);
default = null; default = null;
description = "Filetypes to auto-attach LSP in"; description = "Filetypes to auto-attach LSP server in";
}; };
cmd = mkOption { cmd = mkOption {