wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

external spellchecker plugin (port of vis-spellchecker)

Open mcepl opened this issue 3 years ago • 3 comments

What? Neovim port of https://github.com/fischerling/vis-spellcheck . I have started something at https://github.com/mcepl/nvim-spellcheck, but I have not enough time to do anything about it.

Why? I am strong supporter of https://github.com/neovim/neovim/issues/12064 and anything which makes me able to get rid of that blasted internal spellchecker is a plus in my books.

More brownie-points if you can manage to keep the code portable so that improvements could be shared with the original vis-spellchecker plug-in.

Potential existing implementations: See above, https://github.com/mcepl/nvim-spellcheck

Potential pitfalls: Simple port of the vis-spellchecker plug-in should be easy to do, making perfect replacement of the internal spellchecker will be probably more involved.

Also, if you follow all suggestions on https://github.com/neovim/neovim/issues/12064 then some of them are quite obviously from Architecture Astronauts. KISS!

mcepl avatar Feb 13 '21 15:02 mcepl

For those who are interested may wish to check out: https://github.com/lewis6991/spellsitter.nvim

lewis6991 avatar Feb 24 '21 21:02 lewis6991

FYI: https://github.com/lewis6991/spellsitter.nvim was merged to neovim core.

Please update your use case regarding missing features or performance.

matu3ba avatar Sep 16 '22 11:09 matu3ba

Except for https://github.com/lewis6991/spellsitter.nvim/commit/ef3ecc525a4f8d71ad5a939e258746366922a887 … spellsitter.nvim for a long time used internal spellchecker instead of hunspell.

mcepl avatar Sep 16 '22 15:09 mcepl