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

Enable inline diagnostics ONLY for other lines

This commit is contained in:
RGBCube 2025-01-12 17:31:48 +03:00
parent 27656a2193
commit cc7b321aaa

View file

@ -135,7 +135,7 @@ in {
}; };
settings.editor.inline-diagnostics = { settings.editor.inline-diagnostics = {
cursor-line = "hint"; cursor-line = "disable";
other-lines = "hint"; other-lines = "hint";
}; };