Added dap-virtual-text

This commit is contained in:
EsVagy42 2025-03-04 15:05:18 +00:00
parent 1fa5a1c998
commit 1b37eaf0c2
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
plugins = {
dap-virtual-text = {
enable = true;
settings = {
all_frames = true;
all_references = true;
commented = true;
only_first_definition = false;
};
};
};
}

View file

@ -10,6 +10,7 @@
./lsp.nix
./dap.nix
./dap-ui.nix
./dap-virtual-text.nix
];
opts = {
number = true;