dap-virtual-text
URL: https://github.com/theHamsta/nvim-dap-virtual-text/
Maintainers: Austin Horstman
A plugin that adds virtual text support to the nvim-dap.
plugins.dap-virtual-text.enable
Whether to enable dap-virtual-text.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.dap-virtual-text.package
The dap-virtual-text package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-dap-virtual-text
Declared by:
plugins.dap-virtual-text.autoLoad
Whether to automatically load dap-virtual-text when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.dap-virtual-text.callSetup
Whether to generate the standard require('nvim-dap-virtual-text').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: