Skip to content

chore: add README, remove cspell - #13

Merged
VioletsOleander merged 1 commit into
mainfrom
docs
May 28, 2026
Merged

chore: add README, remove cspell#13
VioletsOleander merged 1 commit into
mainfrom
docs

Conversation

@VioletsOleander

Copy link
Copy Markdown
Owner

cspell is too slow, since nvim has builtin spell check, I'd rather let cspell become an optional opt-in check.

cspell is too slow, since nvim has builtin spell check, I'd rather let cspell become an optional opt-in check.
Copilot AI review requested due to automatic review settings May 28, 2026 01:52

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the cspell spell-checking configuration, including the pre-commit hook in .pre-commit-config.yaml, the cspell.json configuration file, and the project-words.txt dictionary. Additionally, it adds a basic README.md file introducing the project as 'Vanillian'. There are no review comments to evaluate, so no further feedback is provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the cspell spell-checking integration (config, dictionary, and pre-commit hooks) in favor of relying on nvim's built-in spell check, and adds a minimal README to introduce the project.

Changes:

  • Add a short README.md with project name and one-line description.
  • Delete cspell.json and project-words.txt to remove cspell entirely.
  • Strip the cspell hooks and the now-unneeded default_install_hook_types/default_stages defaults from .pre-commit-config.yaml.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
README.md New minimal README introducing Vanillian.
project-words.txt Removed project-specific cspell dictionary.
cspell.json Removed cspell configuration file.
.pre-commit-config.yaml Removed cspell pre-commit hooks and associated default stage settings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VioletsOleander
VioletsOleander merged commit 09088d0 into main May 28, 2026
3 checks passed
@VioletsOleander
VioletsOleander deleted the docs branch May 28, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants