-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Issue Description
I'm just starting to use Zed, so I'm not a pro at the settings (yet). I'd like spellchecking for my plain text files (but I don't want AI suggestions for what to write). I have the following settings so far.
"languages": {
"Plain Text": {
"show_edit_predictions": false,
"show_completion_documentation": true,
"completions": {
"lsp": true,
"words": "fallback"
},
"enable_language_server": true,
"language_servers": ["..."]
}
},I'd appreciate any tips on what I'm doing wrong. Thanks!
Operating System
macOS
Editor
Zed
Codebook Version
0.2.5
Configuration
Steps to Reproduce
- Open a new file
- Type something with a typo
- Nothing happens
Expected Behavior
I should see typos highlighted.
Actual Behavior
I don't see typos highlighted.
Code Sample
Log Output
Additional Context
No response