kulala
URL: https://kulala.app
Maintainers: Boney Patel
A fully-featured REST Client Interface for Neovim.
plugins.kulala.enable
Whether to enable kulala.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.kulala.package
The kulala package to use.
Type: package
Default:
pkgs.vimPlugins.kulala-nvim
Declared by:
plugins.kulala.autoLoad
Whether to automatically load kulala when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.kulala.callSetup
Whether to generate the standard require('kulala').setup(...) call for this plugin.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by: