diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-04-13 01:41:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 07:41:54 +0800 |
| commit | 0814086a23315873aae8d9920c1c511fd62e8c86 (patch) | |
| tree | af2d3dbdfd00eaf3452dd839b9036d8bb12cd662 /INSTALL.md | |
| parent | 60af1a1db285e1cf2b73d1e5934b044b697287f1 (diff) | |
docs: misc (#33093)
Co-authored-by: Jx <JxJxxJxJ@github.com>
Co-authored-by: Richard Dzenis <richard@dzenis.dev>
Co-authored-by: Shixian Sheng <shixian_sheng-2@protonmail.com>
Co-authored-by: Sourabh Kumar <sourabh7.tech@gmail.com>
Co-authored-by: Yegor Yefremov <yegorslists@googlemail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 6c2ec3a273..7e6ed3f117 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -62,7 +62,7 @@ Several Neovim GUIs are available from scoop (extras): [scoop.sh/#/apps?q=neovim - Add the `bin` folder (e.g. `C:\Program Files\nvim\bin`) to your PATH. - This makes it easy to run `nvim` from anywhere. -- If `:set spell` does not work, create the `C:/Users/foo/AppData/Local/nvim/site/spell` folder. +- If `:set spell` does not work, create the `%LOCALAPPDATA%/nvim-data/site/spell` folder. You can then copy your spell files over (for English, located [here](https://github.com/vim/vim/blob/master/runtime/spell/en.utf-8.spl) and [here](https://github.com/vim/vim/blob/master/runtime/spell/en.utf-8.sug)); |
