Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: