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 {