diff --git a/options.html b/options.html index 5c8bf56d..31abf4ed 100644 --- a/options.html +++ b/options.html @@ -19200,7 +19200,7 @@ string

""

Example: -"$${builtins.readFile ./my-lua-config-post.lua}"

+${builtins.readFile ./my-lua-config-post.lua}

Declared by:

@@ -23192,13 +23192,16 @@ signed integer

-

Show the sign column

+

Whether to show the sign column

Type: -string or boolean

+string

Default: -true

+"yes"

+ +

Example: +"no"

Declared by:

diff --git a/release-notes.html b/release-notes.html index 5d24ca4d..4cf04722 100644 --- a/release-notes.html +++ b/release-notes.html @@ -236,7 +236,7 @@ slightly changed. See the new -

vim.maps rewrite

Instead of specifying map modes using submodules (e.g.: vim.maps.normal), a +

vim.maps rewrite

Instead of specifying map modes using submodules (e.g., vim.maps.normal), a new vim.keymaps submodule with support for a mode option has been introduced. It can be either a string, or a list of strings, where a string represents the short-name of the map mode(s), that the mapping should be set