mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixvimConfigs/fiesta/setups/debugging: enable dap-virtual-text
This commit is contained in:
parent
d47b8383a0
commit
cb67e96aac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user