fix(gemini): check if json can be decoded (#446)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-01 18:47:35 -04:00
committed by GitHub
parent 3ccb71d7ef
commit 7912070c6f
3 changed files with 12 additions and 4 deletions

View File

@@ -140,6 +140,7 @@ M.defaults = {
wrap = true, -- similar to vim.o.wrap
width = 30, -- default % based on available width in vertical layout
height = 30, -- default % based on available height in horizontal layout
direction = "right", -- "left" | "right"
sidebar_header = {
align = "center", -- left, center, right for title
rounded = true,