Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chusiang/vim-sdcv
Searching word with sdcv at Vim.
https://github.com/chusiang/vim-sdcv
vim
Last synced: 2 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 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T04:58:03.000Z (over 8 years ago)
- Last Synced: 2023-03-15T18:40:34.808Z (almost 2 years 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: 2
- 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)
![sdcv at Vim](https://lh5.googleusercontent.com/-k6eRB1pQTd0/UkyAE9o5hVI/AAAAAAAAV1o/4R8nOtWba1k/s640/2013-10-03-sdcv-vim.png)
▲ 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