Ron89 / thesaurus_query.vim

Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim
http://www.vim.org/scripts/script.php?script_id=5341
Apache License 2.0
220 stars 23 forks source link

[question] Python support for neovim lua windows #56

Closed 777uliahshafar closed 8 months ago

777uliahshafar commented 8 months ago

Hello there, I am using neovim with lua in windows. When I want to query the synonym cs, an error message showed up. The error said thesaurus.. framework requires vim with python support. My response are installed python from its website and also from scoop. This resulted nothing, could you explain what is the fault here.

Another response of mine: reinstall neovim before installed python using scoop. I have searched how to install neovim with pyhton support but I could not follow it along. Much appreciated.

Ron89 commented 8 months ago

Sorry, personally I don't use Windows.

This Stack Overflow page may help: https://stackoverflow.com/questions/65160481/neovim-on-windows-cant-find-python-provider

777uliahshafar commented 8 months ago

Thank you, I have found solution by installing pynvim after install python. Although I'll read trhough what is in Stack overflow for complete view. Regards.