mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
8 lines
127 B
Nix
8 lines
127 B
Nix
{
|
|
example = {
|
|
diagnostic.settings = {
|
|
virtual_text = false;
|
|
virtual_lines.current_line = true;
|
|
};
|
|
};
|
|
}
|