Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclebill/neco-stardict
A neocomplcache.vim plugin for dictionary looking up on the fly
https://github.com/unclebill/neco-stardict
Last synced: 29 days ago
JSON representation
A neocomplcache.vim plugin for dictionary looking up on the fly
- Host: GitHub
- URL: https://github.com/unclebill/neco-stardict
- Owner: UncleBill
- Created: 2013-05-23T04:02:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-15T12:28:34.000Z (over 11 years ago)
- Last Synced: 2024-10-19T23:27:08.805Z (about 1 month ago)
- Language: VimL
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
about
-----
A [neocomplcache.vim][] plugin for dictionary looking up on the flyinstall
-------
recommend [neobundle][]
add `NeoBundle "UncleBill/neco-stardict"` to your `.vimrc`requirements
------------
- [stardict][] installed
- [sdcv][] installed
- [朗道英汉字典5.0][dictionary](click to download or [dictionary list][]) installedcustom dictionary
-----------------```
let g:neco_stardict_dictname = "新的词典"
```inspired
--------
[neco-look][]todo
----
- improve look-up result parsing
- no `sdcv` dependanceauthor
------
[UncleBill][][UncleBill]:https://github.com/UncleBill
[neocomplcache.vim]:https://github.com/Shougo/neocomplcache.vim
[vundle]:https://github.com/Shougo/neocomplcache.vim
[stardict]:http://stardict.sourceforge.net/
[neocomplcache]:https://github.com/Shougo/neocomplcache.vim
[neobundle]:https://github.com/Shougo/neobundle.vim
[sdcv]:http://askubuntu.com/questions/191125/is-there-an-offline-command-line-dictionary
[dictionary]:http://abloz.com/huzheng/stardict-dic/zh_CN/stardict-langdao-ec-gb-2.4.2.tar.bz2
[dictionary list]:http://abloz.com/huzheng/stardict-dic/zh_CN/
[neco-look]:https://github.com/ujihisa/neco-look