mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-24 10:00:21 +01:00
dont virtual lines lsp diagnostic
This commit is contained in:
7
home.nix
7
home.nix
@@ -81,6 +81,7 @@ in
|
||||
xf86_input_wacom
|
||||
libwacom
|
||||
vivaldi
|
||||
sage
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
@@ -133,9 +134,9 @@ in
|
||||
];
|
||||
|
||||
diagnostic.settings = {
|
||||
virtual_lines = {
|
||||
current_line = true;
|
||||
};
|
||||
# virtual_lines = {
|
||||
# current_line = true;
|
||||
# };
|
||||
virtual_text = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user