* removed gitlens
* adjusted various settings
* added foam onboarding to template
* removed prettier extension
* added setting to match OS color scheme
* a couple of minor changes re todos and readme
* added spellright to list of recommended extensions, and added to getting started guide
* added reference to LTeX in spell checking doc
* Added logo to readme
* fixed link to LTeX extension
* styling logo in readme
* more style experiments
This commit updates the template settings
To use the built-in VS Code git integration instead of Git Automator.
- Automatically stage all changes
"git.enableSmartCommit": true,
- Automatically push & pull changes to the remote after committing
"git.postCommitCommand": "sync"
This feature could be improved further
By setting a default key-binding to Git: Commit All,
And/or by automatically committing on save or focus change
For the most SaaS-like experience.