1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Enable Helix inline diagnostics

This commit is contained in:
RGBCube 2025-01-12 16:39:24 +03:00
parent d627415f7e
commit 85e6b2057a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -115,12 +115,13 @@ in {
settings.theme = "gruvbox_dark_hard";
settings.editor = {
bufferline = "multiple";
color-modes = true;
completion-replace = true;
completion-trigger-len = 0;
cursor-shape.insert = "bar";
cursorline = true;
bufferline = "multiple";
end-of-line-diagnostics = "hint";
file-picker.hidden = false;
idle-timeout = 0;
line-number = "relative";
@ -133,6 +134,11 @@ in {
render = true;
};
settings.editor.inline-diagnostics = {
cursor-line = "hint";
other-lines = "hint";
};
settings.editor.statusline.mode = {
insert = "INSERT";
normal = "NORMAL";