mirror of
https://github.com/buckley310/nixos-config.git
synced 2025-01-11 19:49:02 +00:00
helix: add inline diagnostics
This commit is contained in:
parent
dd0480dae9
commit
f801c8746f
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ in
|
|||
line-number = "relative";
|
||||
mouse = false;
|
||||
true-color = true;
|
||||
end-of-line-diagnostics = "hint";
|
||||
inline-diagnostics.cursor-line = "error";
|
||||
};
|
||||
keys = {
|
||||
normal.A-j = ":buffer-previous";
|
||||
|
|
Loading…
Reference in a new issue