You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the plugin, Neovim doesn't download spell language files.
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
install the plugin
start neovim and enable spelling for non English language, e.g.: nvim +"set spell | set spelllang=es"
Result: Warning: Cannot find word list "es.utf-8.spl" or "es.ascii.spl"
Expected Behavior
Expecting to get language download prompt:
No spell file for "es" in utf-8
Download it?
(Y)es, [N]o:
Did you check the docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
Arch linux kernel 6.10.6-arch1-1
Describe the bug
After installing the plugin, Neovim doesn't download spell language files.
What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
nvim +"set spell | set spelllang=es"
Result:
Warning: Cannot find word list "es.utf-8.spl" or "es.ascii.spl"
Expected Behavior
Expecting to get language download prompt:
Directory structure
Repro
Did you check the bug with a clean config?
nvim -u repro.lua
using the repro.lua file above.The text was updated successfully, but these errors were encountered: