An open API service indexing awesome lists of open source software.

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

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)