From 64f1504c4f8dfec178c18ea24b922a47355df083 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 3 Sep 2025 14:17:31 +0300 Subject: [PATCH] lib/languages: fix typo in server submodule Signed-off-by: NotAShelf Change-Id: I6a6a6964c495ef58a9572ae93715bacf694a6ff5 --- lib/languages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/languages.nix b/lib/languages.nix index d66880a1..899d9ea8 100644 --- a/lib/languages.nix +++ b/lib/languages.nix @@ -46,7 +46,7 @@ in { capabilities = mkOption { type = nullOr (either luaInline (attrsOf anything)); default = null; - description = "LSP capabilitiess to pass to lspconfig"; + description = "LSP capabilities to pass to LSP server configuration"; }; on_attach = mkOption { @@ -58,7 +58,7 @@ in { filetypes = mkOption { type = nullOr (listOf str); default = null; - description = "Filetypes to auto-attach LSP in"; + description = "Filetypes to auto-attach LSP server in"; }; cmd = mkOption {