nix-config/modules/nixvim/diagnostics.nix

13 lines
203 B
Nix
Raw Permalink Normal View History

2025-07-26 02:35:57 +01:00
{
flake.modules.nixvim.custom.diagnostic.settings = {
signs = true;
underline = false;
update_in_insert = false;
virtual_text = {
enable = true;
spacing = 2;
};
};
}