Dictionary completion powered by FZF and Wordnet for vim and your terminal.
With vim-plug:
Plug 'junegunn/fzf.vim'
Plug 'Avi-D-coder/fzf-wordnet.vim'
imap <C-S> <Plug>(fzf-complete-wordnet)
export PATH="$XDG_CONFIG_HOME/nvim/plugged/fzf-wordnet.vim/bin:$PATH"
$ spell
Shell scripts derived with permision from @ddrscott's blog post and @balta2ar's comment.