mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
modules/diagnostics: add test
This commit is contained in:
parent
e84881f46f
commit
4e224d27ae
1 changed files with 8 additions and 0 deletions
8
tests/test-sources/modules/diagnostics.nix
Normal file
8
tests/test-sources/modules/diagnostics.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
example = {
|
||||
diagnostics = {
|
||||
virtual_text = false;
|
||||
virtual_lines.only_current_line = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue