Added dap-ui

This commit is contained in:
EsVagy42 2025-03-03 21:46:51 +00:00
parent 4579816b7e
commit 71c168b812
2 changed files with 2 additions and 0 deletions

1
config/dap-ui.nix Normal file
View file

@ -0,0 +1 @@
{ plugins = { dap-ui = { enable = true; }; }; }

View file

@ -9,6 +9,7 @@
./lsp-format.nix
./lsp.nix
./dap.nix
./dap-ui.nix
];
opts = {
number = true;