Skip to content

Commit e87f21e

Browse files
chore(doc): auto generate docs
1 parent 043e731 commit e87f21e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/CopilotChat.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 February 08
1+
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 February 09
22

33
==============================================================================
44
Table of Contents *CopilotChat-table-of-contents*
@@ -54,6 +54,7 @@ LAZY.NVIM ~
5454
show_help = "yes", -- Show help text for CopilotChatInPlace, default: yes
5555
debug = false, -- Enable or disable debug mode, the log file will be in ~/.local/state/nvim/CopilotChat.nvim.log
5656
disable_extra_info = 'no', -- Disable extra information (e.g: system prompt) in the response.
57+
-- proxy = "socks5://127.0.0.1:3000", -- Proxies requests via https or socks.
5758
},
5859
build = function()
5960
vim.notify("Please update the remote plugins by running ':UpdateRemotePlugins', then restart Neovim.")

0 commit comments

Comments
 (0)