beloglazov / vim-online-thesaurus

A Vim plugin for looking up words in an online thesaurus
Apache License 2.0
247 stars 21 forks source link

windows support ? #24

Closed ghost closed 9 years ago

ghost commented 9 years ago

Is there any windows support for this plugin ?

beloglazov commented 9 years ago

Not at the moment, as it uses a shell script to fetch information (https://github.com/beloglazov/vim-online-thesaurus/blob/master/plugin/thesaurus-lookup.sh). I'm happy to accept a PR adding Windows support.

ghost commented 9 years ago

thanks, idea is good, I am planning to write a python script to support it.