mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vdcode: inline diffs
This commit is contained in:
parent
1aacc1726c
commit
396ae317ce
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ with lib;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.etc."vscode-settings.json".text = builtins.toJSON {
|
environment.etc."vscode-settings.json".text = builtins.toJSON {
|
||||||
|
"diffEditor.renderSideBySide" = false;
|
||||||
"editor.cursorSurroundingLines" = 9;
|
"editor.cursorSurroundingLines" = 9;
|
||||||
"editor.renderFinalNewline" = false;
|
"editor.renderFinalNewline" = false;
|
||||||
"editor.scrollBeyondLastLine" = false;
|
"editor.scrollBeyondLastLine" = false;
|
||||||
|
|
Loading…
Reference in a new issue