feat: enable virtual_lines
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
14299bfb6d
commit
2d70270d07
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,13 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
diagnostic.settings = {
|
||||
virtual_lines = {
|
||||
virtual_lines = true;
|
||||
};
|
||||
virtual_text = false;
|
||||
};
|
||||
|
||||
opts = {
|
||||
# Show line numbers
|
||||
number = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue