debugprint
URL: https://github.com/andrewferrier/debugprint.nvim/
Maintainers: Gaetan Lepage
A Neovim plugin for inserting debug print statements.
plugins.debugprint.enable
Whether to enable debugprint.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.debugprint.package
The debugprint package to use.
Type: package
Default:
pkgs.vimPlugins.debugprint-nvim
Declared by:
plugins.debugprint.autoLoad
Whether to automatically load debugprint when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.debugprint.callSetup
Whether to generate the standard require('debugprint').setup(...) call for this plugin.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by: