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.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by: