※ Bignyanco is the neovim plugins. However, if deoplete moves, it works with the vim plugins.
Enviroments PC is Windows, Mac, Linux kernel etc.
Bignyanco converted the dictionary word of ruby-dictionary3 as a neovim plugins.
※ The html completion list has moved to 'takkii/bistro' dein repo here.
・Operating environment
neovim
python3
deoplete.nvim
$XDG_CONFIG_HOME=~/.config/nvim (default)
let g:python3_host_prog='path contain python shell'
(iTerm or Terminal CUI enviroments, Don't need to add python3_host_prog. To init.vim or .vimrc)
(neovim-qt etc GUI enviroments, Need to add python3_host_prog and python_host_prog. To init.vim or .vimrc)
init.vim
call dein#add('takkii/Bignyanco')
or
dein.toml
[[plugins]]
repo = 'takkii/Bignyanco'
Becase init.vim add.
deoplete running,
Bignyanco is listing [neo_dictionary].
Windows10 + WSL + WSL-terminal
Author Takayuki Kamiyama.