Skip to content

Commit

Permalink
nixvimConfigs/fiesta/setups/debugging: enable dap-virtual-text
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Feb 7, 2024
1 parent d47b838 commit cb67e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/nixvim/fiesta/modules/setups/debugging.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb67e96

Please sign in to comment.