mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
vscode: cursorSurroundingLines
This commit is contained in:
parent
b7ab6be95c
commit
e9ee6c87fc
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ with lib;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.etc."vscode-settings.json".text = builtins.toJSON {
|
environment.etc."vscode-settings.json".text = builtins.toJSON {
|
||||||
|
"editor.cursorSurroundingLines" = 9;
|
||||||
"editor.renderFinalNewline" = false;
|
"editor.renderFinalNewline" = false;
|
||||||
"editor.scrollBeyondLastLine" = false;
|
"editor.scrollBeyondLastLine" = false;
|
||||||
"extensions.autoCheckUpdates" = false;
|
"extensions.autoCheckUpdates" = false;
|
||||||
|
|
Loading…
Reference in a new issue