From a733e4f8fec74c8fbd5232a99eae21cce937c0f0 Mon Sep 17 00:00:00 2001 From: Ravi Brock <66334356+ravibrock@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:55:42 -0500 Subject: [PATCH] docs: update README with spellfile instructions Resolves #1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bcdd6f..9ede5a0 100644 --- a/README.md +++ b/README.md @@ -20,6 +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`. ## Configuration Pass any of the following options to `require("spellwarn").setup()`: