plugins.rest.settings.cookies.enable
Whether to enable cookies support or not.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.rest.settings.cookies.path
Environment variables file pattern for telescope.nvim
.
Type: null or string or raw lua code
Default:
null
Plugin default:
{
__raw = "vim.fs.joinpath(vim.fn.stdpath(\"data\") --[[@as string]], \"rest-nvim.cookies\")";
}
Declared by: