ianva / vim-youdao-translater

vim的有道取词翻译插件
ianva.github.com
Other
132 stars 32 forks source link

Windows 上 gvim 8.2 不能成功使用此插件 #43

Closed ITISummer closed 4 years ago

ITISummer commented 4 years ago

我在我的 Windows10 上安装了 gvim8.2,但是我使用此插件的时候,重新改了下那些快捷键

" shortcut key
vnoremap <LEADER>cc :<C-u>Ydv<CR>
nnoremap <LEADER>cc :<C-u>Ydc<CR>
noremap  <LEADER>yd :<C-u>Yde<CR>

快捷键能够正常使用,使用自定义快捷键后能够在左下角出现 ":Ydv" 或者 ":Ydc" 字样,但是就是不出现内容,能帮我分析下是什么问题嘛?

voldikss commented 4 years ago

先确保 youdao.py 文件在你电脑上能正常运行:

python /path/to/youdao.py hello
ITISummer commented 4 years ago

先确保 youdao.py 文件在你电脑上能正常运行:

python /path/to/youdao.py hello

意思是我得在我的 Windows10 上安装 python 环境嘛

voldikss commented 4 years ago

肯定需要 python 的啊

SUMMER LV notifications@github.com 于 2020年5月24日周日 下午6:07写道:

先确保 youdao.py https://github.com/ianva/vim-youdao-translater/blob/master/youdao.py 文件在你电脑上能正常运行:

python /path/to/youdao.py hello

意思是我得在我的 Windows10 上安装 python 环境嘛

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ianva/vim-youdao-translater/issues/43#issuecomment-633207950, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2X3K76NQEBYLLN5WHMRMTRTDWXTANCNFSM4NIZRWHQ .

ITISummer commented 4 years ago

肯定需要 python 的啊 SUMMER LV notifications@github.com 于 2020年5月24日周日 下午6:07写道: 先确保 youdao.py https://github.com/ianva/vim-youdao-translater/blob/master/youdao.py 文件在你电脑上能正常运行: python /path/to/youdao.py hello 意思是我得在我的 Windows10 上安装 python 环境嘛 — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#43 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2X3K76NQEBYLLN5WHMRMTRTDWXTANCNFSM4NIZRWHQ .

好的,那安装 python 环境有推荐的精简版的环境安装嘛?

ITISummer commented 4 years ago

肯定需要 python 的啊 SUMMER LV notifications@github.com 于 2020年5月24日周日 下午6:07写道: 先确保 youdao.py https://github.com/ianva/vim-youdao-translater/blob/master/youdao.py 文件在你电脑上能正常运行: python /path/to/youdao.py hello 意思是我得在我的 Windows10 上安装 python 环境嘛 — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#43 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2X3K76NQEBYLLN5WHMRMTRTDWXTANCNFSM4NIZRWHQ .

好的,那安装 python 环境有推荐的精简版的环境安装嘛?

还有就是版本是安装最新版本的吗

voldikss commented 4 years ago

好的,那安装 python 环境有推荐的精简版的环境安装嘛?

安装最新版即可