CI/docs: fix doc builds

This commit is contained in:
NotAShelf 2023-04-15 12:06:03 +03:00
parent 844c4c5974
commit d138eca7c5
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@ with builtins; {
map_cr = mkOption {
type = types.bool;
default = true;
description = "map <CR> on insert mode";
description = "map `CR` on insert mode";
};
map_complete = mkOption {