Skip to content

[BUG]: No spell-checking in "plain text" files in Zed #174

@mvonballmo

Description

@mvonballmo

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

  1. Open a new file
  2. Type something with a typo
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions