1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 21:11:09 +01:00
nixvim/tests/test-sources/modules/diagnostics.nix
2025-04-24 16:50:32 -07:00

8 lines
119 B
Nix

{
example = {
diagnostics = {
virtual_text = false;
virtual_lines.current_line = true;
};
};
}