https://github.com/chusiang/vim-sdcv
Searching word with sdcv at Vim.
https://github.com/chusiang/vim-sdcv
vim
Last synced: 8 months ago
JSON representation
Searching word with sdcv at Vim.
- Host: GitHub
- URL: https://github.com/chusiang/vim-sdcv
- Owner: chusiang
- Created: 2013-10-02T19:24:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T04:58:03.000Z (almost 10 years ago)
- Last Synced: 2025-04-12T02:23:40.577Z (about 1 year ago)
- Topics: vim
- Language: VimL
- Homepage: http://note.drx.tw/2013/10/working-on-gnu-linux-16-vim-sdcv.html
- Size: 3.91 KB
- Stars: 23
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-sdcv
The plugin is fork from [Yunt](http://my.opera.com/yunt/blog/show.dml/304842), and it can search word in Vim, but it`s need sdcv and dictionaries. [(more)](http://note.drx.tw/2013/10/working-on-gnu-linux-16-vim-sdcv.html)

▲ use sdcv in Vim.
## Installation
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
* [Pathogen][2]
* `git clone https://github.com/chusiang/vim-sdcv ~/.vim/bundle/vim-sdcv`
* [NeoBundle][3]
* `NeoBundle 'chusiang/vim-sdcv'`
* [Vundle][4]
* `Bundle 'chusiang/vim-sdcv'`
* manual
* copy all of the files into your `~/.vim` directory
## Configuration
Mapping for quick search word.
nmap w :call SearchWord()
## File Structure
├── plugin
│ └── sdcv.vim
└── README.md
[2]: https://github.com/tpope/vim-pathogen
[3]: https://github.com/Shougo/neobundle.vim
[4]: https://github.com/gmarik/vundle