mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 11:44:32 +02:00
plugins/lsp-lines: switch to mkNeovimPlugin
Remove custom options in favor of using `diagnostics` directly.
This commit is contained in:
parent
7c35bdb3f7
commit
7dcdd6e989
2 changed files with 37 additions and 33 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue