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 {