Deoplete.nvim: [Feature request] Get word suggestions when using "set spell"

Created on 23 Mar 2016  路  7Comments  路  Source: Shougo/deoplete.nvim

I'm writing my emails and latex documents with neovim and I thought that if would be really nice if there were a source or something for deoplete so I don't have to do "z=" to get the spelling suggestions.

It seems like you can already kinda do this with ":set complete+=k", but I really miss the automatic popup feature from deoplete.

I thought that perhaps the 'dictionary' source already did this, but I have not been able to get it to work if that is the case.

Most helpful comment

I stumbled upon this Deoplete source for spelling if anyone is interested https://github.com/deathlyfrantic/deoplete-spell

All 7 comments

@kwinczek I don't think that will work for me. While I do have "look" installed it seems like there isn't any dictionary installed by default for it. So I can't use it for word suggestions.

@DarkDefender Vim's built in spellsuggestion is really slow and blocks neovim.
So deoplete cannot use it as source. You should use neco-look.

@DarkDefender If look does not work, it is your setup problem. It is not deoplete issue.

@Shougo Could you please add https://github.com/ujihisa/neco-look to the list of recommended sources in the deoplete docs? It's very useful, I wish I could find it earlier.

OK.

I stumbled upon this Deoplete source for spelling if anyone is interested https://github.com/deathlyfrantic/deoplete-spell

Was this page helpful?
0 / 5 - 0 ratings