The plugin is fork from Yunt, and it can search word in Vim, but it`s need sdcv and dictionaries. (more)
▲ use sdcv in Vim.
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
- Pathogen
git clone https://github.com/chusiang/vim-sdcv ~/.vim/bundle/vim-sdcv
- NeoBundle
NeoBundle 'chusiang/vim-sdcv'
- Vundle
Bundle 'chusiang/vim-sdcv'
- manual
- copy all of the files into your
~/.vim
directory
Mapping for quick search word.
nmap <leader>w :call SearchWord()<CR>
├── plugin
│ └── sdcv.vim
└── README.md