nix-community.nixvim/tests/test-sources/modules/diagnostics.nix

9 lines
124 B
Nix
Raw Permalink Normal View History

2024-06-21 15:39:45 +02:00
{
example = {
diagnostics = {
virtual_text = false;
virtual_lines.only_current_line = true;
};
};
}