Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 561 Bytes

fzf-wordnet

Dictionary completion powered by FZF and Wordnet for vim and your terminal.

Vim/NeoVim

With vim-plug:

Plug 'junegunn/fzf.vim'
Plug 'Avi-D-coder/fzf-wordnet.vim'

imap <C-S> <Plug>(fzf-complete-wordnet)

ezgif-4-32dc75db6d68

Shell

export PATH="$XDG_CONFIG_HOME/nvim/plugged/fzf-wordnet.vim/bin:$PATH"

$ spell

Credit

Shell scripts derived with permision from @ddrscott's blog post and @balta2ar's comment.