Skip to content

Avi-D-coder/fzf-wordnet.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Terminal/Vim dictionary/completion powered by fzf and wordnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published