https://github.com/brettm12345/vscode-config
My vscode configuration: free of boilerplate, jam packed with fp, made with love
https://github.com/brettm12345/vscode-config
fp-ts functional-programming vscode vscode-configurations
Last synced: 7 months ago
JSON representation
My vscode configuration: free of boilerplate, jam packed with fp, made with love
- Host: GitHub
- URL: https://github.com/brettm12345/vscode-config
- Owner: Brettm12345
- Created: 2020-03-09T03:11:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:43:31.000Z (over 2 years ago)
- Last Synced: 2025-03-08T11:04:39.741Z (7 months ago)
- Topics: fp-ts, functional-programming, vscode, vscode-configurations
- Language: TypeScript
- Homepage:
- Size: 753 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode Config
> The ultimate VSCode configuration. Made with love and funtional programming :heart:
I put a lot of effort into building this. My goal was to make a configuration akin to doom/spaceemacs in typescript using the [init-script](https://github.com/bodil/vscode-init-script) plugin.
## Todo
- [x] Generate types for configuration [see](https://github.com/bcherny/json-schema-to-typescript) **Almost complete:** *need to add scope handling*
- [x] Setup custom keymaps for packages
- [x] Conditional loading
- [ ] Defer packages by priority? (This might work already. Must test)
- [ ] Add screenshots to readme## Credits
I wanna give a special thanks to these packages
- [fp-ts](https://github.com/gcanti/fp-ts)
- [vscode-use-package](https://github.com/bodil/vscode-use-package)
- [init-script](https://github.com/bodil/vscode-init-script)