5
5
-- Default config
6
6
---- ----------------------------------------------------------------------------
7
7
8
+ --- @class GpConfig
8
9
-- README_REFERENCE_MARKER_START
9
10
local config = {
10
11
-- Please start with minimal config possible.
@@ -317,11 +318,12 @@ local config = {
317
318
-- use prompt buftype for chats (:h prompt-buffer)
318
319
chat_prompt_buf_type = false ,
319
320
320
- -- how to display GpChatToggle or GpContext: popup / split / vsplit / tabnew
321
+ -- how to display GpChatToggle or GpContext
322
+ --- @type " popup" | " split" | " vsplit" | " tabnew"
321
323
toggle_target = " vsplit" ,
322
324
323
325
-- styling for chatfinder
324
- -- border can be "single", "double", "rounded", "solid", "shadow", "none"
326
+ --- @type " single" | " double" | " rounded" | " solid" | " shadow" | " none"
325
327
style_chat_finder_border = " single" ,
326
328
-- margins are number of characters or lines
327
329
style_chat_finder_margin_bottom = 8 ,
@@ -332,7 +334,7 @@ local config = {
332
334
style_chat_finder_preview_ratio = 0.5 ,
333
335
334
336
-- styling for popup
335
- -- border can be "single", "double", "rounded", "solid", "shadow", "none"
337
+ --- @type " single" | " double" | " rounded" | " solid" | " shadow" | " none"
336
338
style_popup_border = " single" ,
337
339
-- margins are number of characters or lines
338
340
style_popup_margin_bottom = 8 ,
0 commit comments