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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
./lsp.nix
|
./lsp.nix
|
||||||
./dap.nix
|
./dap.nix
|
||||||
./dap-ui.nix
|
./dap-ui.nix
|
||||||
|
./dap-virtual-text.nix
|
||||||
];
|
];
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue