local M = {} M.default_config = { base_url = nil, -- The plugin attempts to detect from .git config or prompt if not set token_file = vim.fn.stdpath('config') .. '/.gitea_token', preview_style = "floating", -- or "split" } return M