Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent f033899 commit c53e41f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/CopilotChat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 April 13
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 April 17

==============================================================================
Table of Contents *CopilotChat-table-of-contents*
Expand Down Expand Up @@ -287,11 +287,11 @@ Also see here </lua/CopilotChat/config.lua>:
-- default window options
window = {
layout = 'vertical', -- 'vertical', 'horizontal', 'float'
width = 0.5, -- fractional width of parent, or absolute width in columns when > 1
height = 0.5, -- fractional height of parent, or absolute height in rows when > 1
-- Options below only apply to floating windows
relative = 'editor', -- 'editor', 'win', 'cursor', 'mouse'
border = 'single', -- 'none', single', 'double', 'rounded', 'solid', 'shadow'
width = 0.8, -- fractional width of parent
height = 0.6, -- fractional height of parent
row = nil, -- row position of the window, default is centered
col = nil, -- column position of the window, default is centered
title = 'Copilot Chat', -- title of chat window
Expand Down

0 comments on commit c53e41f

Please sign in to comment.