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

rest

URL: https://github.com/rest-nvim/rest.nvim

Maintainers: Gaetan Lepage


A very fast, powerful, extensible and asynchronous Neovim HTTP client.

plugins.rest.enable

Whether to enable rest.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.rest.enableHttpFiletypeAssociation

Sets up the filetype association of .http files to trigger treesitter support to enable rest functionality.

Type: boolean

Default:

true

Declared by:

plugins.rest.enableTelescope

Whether to enable telescope integration.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.rest.package

The rest package to use.

Type: package

Default:

pkgs.vimPlugins.rest-nvim

Declared by:

plugins.rest.autoLoad

Whether to automatically load rest when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.rest.callSetup

Whether to generate the standard require('rest-nvim').setup(...) call for this plugin.

Explicitly set to true to force calling .setup().

Caution

A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real rest-nvim Lua module.

Type: boolean

Default:

false

Declared by: