mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: enable scrollBeyondLastLine
This commit is contained in:
parent
38cb140eb3
commit
23a40f3f35
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ in
|
|||
"//usr/bin/env ln -sf $0 ~/.config/VSCodium/User/settings.json; exit 0"
|
||||
+ "\n" + builtins.toJSON {
|
||||
"editor.renderFinalNewline" = false;
|
||||
"editor.scrollBeyondLastLine" = false;
|
||||
"extensions.autoCheckUpdates" = false;
|
||||
"extensions.autoUpdate" = false;
|
||||
"files.insertFinalNewline" = true;
|
||||
|
|
Loading…
Reference in a new issue