From d138eca7c55468306c5cd8efd541eee2a405a367 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 15 Apr 2023 12:06:03 +0300 Subject: [PATCH] CI/docs: fix doc builds --- docs/try-it-out.adoc | 2 ++ modules/autopairs/nvim-autopairs/nvim-autopairs.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/try-it-out.adoc b/docs/try-it-out.adoc index c2b58d6..2311704 100644 --- a/docs/try-it-out.adoc +++ b/docs/try-it-out.adoc @@ -21,6 +21,8 @@ Tidal is an alternative config that adds vim-tidal on top of the plugins from th Maximal is the ultimate configuration that will enable basically everything. Keep in mind, however, that this will pull a lot of dependencies. +You are strongly recommended to use the binary cache if you would like to try the Maximal configuration. + === Using Prebuilt Configs diff --git a/modules/autopairs/nvim-autopairs/nvim-autopairs.nix b/modules/autopairs/nvim-autopairs/nvim-autopairs.nix index ecfda6f..2515e65 100644 --- a/modules/autopairs/nvim-autopairs/nvim-autopairs.nix +++ b/modules/autopairs/nvim-autopairs/nvim-autopairs.nix @@ -23,7 +23,7 @@ with builtins; { map_cr = mkOption { type = types.bool; default = true; - description = "map on insert mode"; + description = "map `CR` on insert mode"; }; map_complete = mkOption {