Skip to content

Commit 06288b0

Browse files
committed
Update type hint so luals provides completion for available image providers
1 parent 7457b19 commit 06288b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/pyrepl/types.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
---@field image_max_history? integer
2525
---@field image_width_ratio? number
2626
---@field image_height_ratio? number
27-
---@field image_provider? string
27+
---@field image_provider? "placeholders" | "image" | string
2828
---@field cell_pattern? string
2929
---@field python_path? string
3030
---@field preferred_kernel? string

0 commit comments

Comments
 (0)