feat (home): begin graphical split, vcs tweaks
This commit is contained in:
parent
a9951d5a2f
commit
d1c0846cf8
4 changed files with 256 additions and 238 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue