Skip to content

Commit 64f1504

Browse files
committed
lib/languages: fix typo in server submodule
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964c495ef58a9572ae93715bacf694a6ff5
1 parent 5327081 commit 64f1504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/languages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ in {
4646
capabilities = mkOption {
4747
type = nullOr (either luaInline (attrsOf anything));
4848
default = null;
49-
description = "LSP capabilitiess to pass to lspconfig";
49+
description = "LSP capabilities to pass to LSP server configuration";
5050
};
5151

5252
on_attach = mkOption {
@@ -58,7 +58,7 @@ in {
5858
filetypes = mkOption {
5959
type = nullOr (listOf str);
6060
default = null;
61-
description = "Filetypes to auto-attach LSP in";
61+
description = "Filetypes to auto-attach LSP server in";
6262
};
6363

6464
cmd = mkOption {

0 commit comments

Comments
 (0)