14 lines
258 B
Nix
14 lines
258 B
Nix
{
|
|
plugins = {
|
|
dap-virtual-text = {
|
|
enable = true;
|
|
settings = {
|
|
all_frames = true;
|
|
all_references = true;
|
|
only_first_definition = false;
|
|
virt_text_pos = "eol";
|
|
show_stop_reason = true;
|
|
};
|
|
};
|
|
};
|
|
}
|