plugins/lsp-lines: switch to mkNeovimPlugin

Remove custom options in favor of using `diagnostics` directly.
This commit is contained in:
Matt Sturgeon 2024-06-21 11:59:22 +01:00
parent 7c35bdb3f7
commit 7dcdd6e989
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 37 additions and 33 deletions

View file

@ -2,4 +2,13 @@
empty = {
plugins.lsp-lines.enable = true;
};
example = {
plugins.lsp-lines.enable = true;
diagnostics.virtual_lines = {
only_current_line = true;
highlight_whole_line = false;
};
};
}