Skip to content

Commit

Permalink
helix: enable inline diagnostics
Browse files Browse the repository at this point in the history
Also known as code lenses.
  • Loading branch information
fufexan committed Sep 1, 2024
1 parent 4161209 commit 1f13b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/editors/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
select = "underline";
};
indent-guides.render = true;
inline-diagnostics = {
cursor-line = "hint";
other-lines = "error";
};
lsp.display-inlay-hints = true;
statusline.center = ["position-percentage"];
true-color = true;
Expand Down

0 comments on commit 1f13b24

Please sign in to comment.