feat (home): begin graphical split, vcs tweaks

This commit is contained in:
Henri Saudubray 2026-01-22 10:17:38 +01:00
parent a9951d5a2f
commit d1c0846cf8
Signed by: hms
GPG key ID: 7065F57ED8856128
4 changed files with 256 additions and 238 deletions

View file

@ -8,7 +8,10 @@
editor.lsp.display-messages = true;
editor.inline-diagnostics.cursor-line = "hint";
editor.rulers = [ 81 ];
editor.gutters.layout = [ "diagnostics" ];
editor.gutters.layout = [
"diff"
"diagnostics"
];
keys.insert.j.k = "normal_mode";
};
languages = {