https://github.com/verygoodopensource/very_good_dictionaries
Custom cspell dictionaries used at Very Good Ventures 🦄
https://github.com/verygoodopensource/very_good_dictionaries
Last synced: over 1 year ago
JSON representation
Custom cspell dictionaries used at Very Good Ventures 🦄
- Host: GitHub
- URL: https://github.com/verygoodopensource/very_good_dictionaries
- Owner: VeryGoodOpenSource
- License: mit
- Created: 2022-10-11T03:45:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:42:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T10:09:23.720Z (over 1 year ago)
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Very Good Dictionaries 📖
Custom [cspell](https://cspell.org) dictionaries used at Very Good Ventures 🦄
## Usage 🚀
Add the desired [dictionary definition](https://cspell.org/docs/dictionaries/#dictionary-definition) files to a cspell config:
```json
"dictionaryDefinitions": [
{
"name": "vgv_forbidden",
"path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt",
"description": "Custom VGV Dictionary"
}
]
```