nixvimConfigs/fiesta/setups/debugging: enable dap-virtual-text

This commit is contained in:
Gabriel Arazas 2024-02-07 08:04:01 +08:00
parent d47b8383a0
commit cb67e96aac
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -11,6 +11,7 @@ in
config = lib.mkIf cfg.enable {
plugins.dap.enable = true;
plugins.dap.extensions.dap-ui.enable = true;
plugins.dap.extensions.dap-virtual-text.enable = true;
plugins.debugprint = {
enable = true;
ignoreTreesitter = false;