mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 04:14:28 +02:00
The setting is named `current_line`, not `only_current_line`. See https://neovim.io/doc/user/diagnostic.html#vim.diagnostic.Opts.VirtualLines
8 lines
119 B
Nix
8 lines
119 B
Nix
{
|
|
example = {
|
|
diagnostics = {
|
|
virtual_text = false;
|
|
virtual_lines.current_line = true;
|
|
};
|
|
};
|
|
}
|