Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 487 Bytes

Very Good Dictionaries 📖

Custom cspell dictionaries used at Very Good Ventures 🦄

Usage 🚀

Add the desired dictionary definition files to a cspell config:

"dictionaryDefinitions": [
  {
    "name": "vgv_forbidden",
    "path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt",
    "description": "Custom VGV Dictionary"
  }
]