Skip to content

Commit

Permalink
docs: add info about Neovim spell config
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibrock authored Jun 10, 2024
1 parent 543e32b commit 85e5eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ I recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim):
config = true,
}
```
You may also want to add the word "spellwarn" to your Neovim dictionary. This can be done by putting the cursor onto "spellwarn" and hitting `zg`.
Note that this uses Neovim's built-in spellchecking. This requires putting `vim.opt.spell = true` and `vim.opt.spelllang = [YOUR LANGUAGE HERE]` somewhere in your Neovim config if you haven't already. You may also want to add the word "spellwarn" to your Neovim dictionary. This can be done by putting the cursor onto "spellwarn" and hitting `zg`.

## Configuration
Pass any of the following options to `require("spellwarn").setup()`:
Expand Down

0 comments on commit 85e5eeb

Please sign in to comment.