mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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 {
|
||||
"editor.cursorSurroundingLines" = 9;
|
||||
"editor.renderFinalNewline" = false;
|
||||
"editor.scrollBeyondLastLine" = false;
|
||||
"extensions.autoCheckUpdates" = false;
|
||||
|
|
Loading…
Reference in a new issue