modules/diagnostics: add test

This commit is contained in:
Gaetan Lepage 2024-06-21 15:39:45 +02:00 committed by Gaétan Lepage
parent e84881f46f
commit 4e224d27ae

View file

@ -0,0 +1,8 @@
{
example = {
diagnostics = {
virtual_text = false;
virtual_lines.only_current_line = true;
};
};
}