Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external spellchecker plugin (port of vis-spellchecker) #17

Open
mcepl opened this issue Feb 13, 2021 · 3 comments
Open

external spellchecker plugin (port of vis-spellchecker) #17

mcepl opened this issue Feb 13, 2021 · 3 comments
Labels
help wanted Extra attention is needed idea

Comments

@mcepl
Copy link

mcepl commented Feb 13, 2021

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 neovim/neovim#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 neovim/neovim#12064 then some of them are quite obviously from Architecture Astronauts. KISS!

@mcepl mcepl added help wanted Extra attention is needed idea labels Feb 13, 2021
@lewis6991
Copy link

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

@matu3ba
Copy link

matu3ba commented Sep 16, 2022

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

Please update your use case regarding missing features or performance.

@mcepl
Copy link
Author

mcepl commented Sep 16, 2022

Except for lewis6991/spellsitter.nvim@ef3ecc5 … spellsitter.nvim for a long time used internal spellchecker instead of hunspell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed idea
Projects
None yet
Development

No branches or pull requests

3 participants