nix-community.nixvim/tests/test-sources/plugins/by-name/lsp-lines/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
233 B
Nix
Raw Normal View History

2023-03-22 07:42:02 +01:00
{
empty = {
plugins.lsp-lines.enable = true;
};
example = {
plugins.lsp-lines.enable = true;
diagnostic.settings.virtual_lines = {
only_current_line = true;
highlight_whole_line = false;
};
};
2023-03-22 07:42:02 +01:00
}