13 lines
203 B
Nix
13 lines
203 B
Nix
|
{
|
||
|
flake.modules.nixvim.custom.diagnostic.settings = {
|
||
|
signs = true;
|
||
|
underline = false;
|
||
|
update_in_insert = false;
|
||
|
|
||
|
virtual_text = {
|
||
|
enable = true;
|
||
|
spacing = 2;
|
||
|
};
|
||
|
};
|
||
|
}
|