mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
CI/docs: fix doc builds
This commit is contained in:
parent
844c4c5974
commit
d138eca7c5
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
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
|
=== Using Prebuilt Configs
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ with builtins; {
|
||||||
map_cr = mkOption {
|
map_cr = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = "map <CR> on insert mode";
|
description = "map `CR` on insert mode";
|
||||||
};
|
};
|
||||||
|
|
||||||
map_complete = mkOption {
|
map_complete = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue