rest
URL: https://github.com/rest-nvim/rest.nvim/
Maintainers: Gaetan Lepage
plugins.rest.enable
Whether to enable rest.nvim.
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.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.rest-nvim
Declared by:
plugins.rest.autoLoad
Whether to automatically load rest.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.rest.curlPackage
The curl package to use.
Type: null or package
Default:
pkgs.curl
Declared by: