Update helix config

This commit is contained in:
Tyler Mayoff 2025-03-19 10:45:39 -04:00
parent 3d439c2cdc
commit f25bf88d77
No known key found for this signature in database
GPG key ID: FAE8714D991290A9

View file

@ -74,6 +74,9 @@
#gutters = ["line-numbers", "diagnostics", "diff"] #gutters = ["line-numbers", "diagnostics", "diff"]
end-of-line-diagnostics = "warning"; end-of-line-diagnostics = "warning";
bufferline = "multiple";
line-number = "relative";
inline-diagnostics = { inline-diagnostics = {
cursor-line = "error"; cursor-line = "error";
}; };