qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.61k stars 218 forks source link

Nread command is not available. #1021

Closed TomSchimana closed 7 months ago

TomSchimana commented 7 months ago

Updated to the new VimR (Version 0.45.0 (20231122.130444), which is based on neovim v0.10.0-dev.

Apparently, there's an issue with Nread?!?

:verbose set spell spellfile#LoadFile(): Nread command is not available. Warning: Cannot find word list 'de.utf-8.spl' or 'de.ascii.spl'"

Before this, it always worked.

georgeharker commented 7 months ago

I think Nread comes from netrw is that installed?

TomSchimana commented 7 months ago

Yes, thank you. That was it. Apparently, new VimR with 0.10 neovim reacts differently here. I have NVChat as a base, and there Netrw is disabled at startup for performance reasons, as far as I can see.