<div dir="ltr"><div><div><div><div><div>On Wed, 27 Jul 2016 13:43:58 -0700 Josh Triplett <<a href="mailto:josh@joshtriplett.org">josh@joshtriplett.org</a>> wrote:<br>> Package: neovim<br>> Version: 0.1.4-1<br>> Severity: normal<br>> <br>> vim-runtime ships spelling files for English.  Neovim strips those out, and<br>> only offers a mechanism to download the spell files at runtime.  Please<br>> consider packaging current versions of the spell files for various languages in<br>> Debian, so people can obtain those files through the package manager, rather<br>> than assuming connectivity at the time they first try to enable the 'spell'<br>> option.<br><br>Warning: Cannot find word list "en.utf-8.spl" or "en.ascii.spl" <br><br>$ locate en.utf-8.spl<br>/usr/share/vim/vim80/spell/en.utf-8.spl<br><br>$ dpkg -S  /usr/share/vim/vim80/spell/en.utf-8.spl<br>vim-runtime: /usr/share/vim/vim80/spell/en.utf-8.spl<br><br></div>The package could "suggest" vim-runtime and use them if they are already there<br><br>If could not even suggest vim-runtime if you are against that, but use them anyway if they are there :P<br><br>Maybe its not optimal, but I mean, why not. 80% of benefit with 20% of the work, right?<br><br></div>To save some time to those coming after me trying to use spell files already shipped with debian on neovim<br><br>$ ln -s /usr/share/vim/vim80/spell/ ~/.config/nvim/<br></div><br></div>on nvim<br><br></div>:set spell<br></div>