I can’t get spell check to actually do anything. With a misspelled word in a file saved with the .txt extension I don’t get any suggestions, can’t correct with Ctrl+Shift+; (also tried launching from command palate). I have red_wavy_underline installed and that doesn’t highlight anything.
From a suggestion I found in a similar question I tried moving ~/.atom/storage but this didn’t effect the spelling at all.
Does anyone have any idea what might be going on here?
Thanks in advance!
Atom version: 1.7.3
spell-check: 0.67.0
Config:
"*":
core:
disabledPackages: [
"vim-mode"
"ex-mode"
]
editor:
fontSize: 13
softWrap: true
softWrapAtPreferredLineLength: true
"exception-reporting":
userId: "<xxxxxxxxxxxxxxxxx>"
"keyboard-localization":
useKeyboardLayout: "en_GB"
latex:
viewerPath: "/usr/bin/epdfview"
"spell-check":
grammars: [
"source.asciidoc"
"source.gfm"
"text.git-commit"
"text.plain"
"text.plain.null-grammar"
"text.tex.latex"
]
welcome:
showOnStartup: false