Added dap-virtual-text
This commit is contained in:
parent
1fa5a1c998
commit
1b37eaf0c2
2 changed files with 14 additions and 0 deletions
13
config/dap-virtual-text.nix
Normal file
13
config/dap-virtual-text.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
plugins = {
|
||||
dap-virtual-text = {
|
||||
enable = true;
|
||||
settings = {
|
||||
all_frames = true;
|
||||
all_references = true;
|
||||
commented = true;
|
||||
only_first_definition = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue