cspell.json 249 B

12345678910111213141516
  1. {
  2. "version": "0.2",
  3. "language": "en",
  4. "globRoot": ".",
  5. "dictionaryDefinitions": [
  6. {
  7. "name": "neovim",
  8. "path": "./custom-dictionary.txt",
  9. "addWords": true
  10. }
  11. ],
  12. "dictionaries": [
  13. "neovim"
  14. ],
  15. "words": []
  16. }