From c31c5900130ae344610ac25b3d0d31e9798355cc Mon Sep 17 00:00:00 2001 From: jordanisaacs Date: Tue, 5 Sep 2023 06:20:22 +0000 Subject: [PATCH] deploy: 60950c0905e09fc8b3a414cdb47b8cb4975541b4 --- options.html | 5 +++++ release-notes.html | 2 ++ 2 files changed, 7 insertions(+) diff --git a/options.html b/options.html index 1269f4e..681a92e 100644 --- a/options.html +++ b/options.html @@ -87,6 +87,11 @@ <neovim-flake/modules/autopairs>
vim.bell

Set how bells are handled. Options: on, visual or none

Type: one of "none", "visual", "on"

Default: "none"

Declared by:

<neovim-flake/modules/basic> +
vim.chatgpt.enable

Whether to enable Enable ChatGPT.nvim.

Type: boolean

Default: false

Example: true

Declared by:

+ <neovim-flake/modules/chatgpt> +
vim.chatgpt.config

ChatGPT.nvim configuration see: + https://github.com/jackMort/ChatGPT.nvim#configuration

Type: null or strings concatenated with "\n"

Default: ""

Declared by:

+ <neovim-flake/modules/chatgpt>
vim.cmap

Defines 'Command-line mode' mappings

Type: attribute set of (null or string)

Default: { }

Declared by:

<neovim-flake/modules/core>
vim.cmdHeight

Height of the command pane

Type: signed integer

Default: 1

Declared by:

diff --git a/release-notes.html b/release-notes.html index d6e3a29..5c43d5d 100644 --- a/release-notes.html +++ b/release-notes.html @@ -75,4 +75,6 @@ Add support for fidget.nvim

volfyd:

sedlund:

\ No newline at end of file