I found a lot of plugins (like this for example) and sources for English, but almost nothing for Russian (and other languages).
Are there good source of thesaurus (or plugin for online tools) for non-English languages?
I found a lot of plugins (like this for example) and sources for English, but almost nothing for Russian (and other languages).
Are there good source of thesaurus (or plugin for online tools) for non-English languages?
I have added Russian Language support for my Plugin:
https://github.com/Ron89/thesaurus_query.vim
To activate it, add the following line to your ~/.vimrc file after installing:
let g:tq_language=['ru','en']
Or if you don't want to use English thesaurus query at all, remove 'en' from the example above.
Russian synonym is queried from website jeck.ru. Since this feature is just implemented and I am no Russian speaker. There might still be bugs/unexpected behaviour. Please send me feedback on Github if you find any while using.
Update
The plugin now support German (with woxikon.de), Russian (with jeck.ru) and Chinese (with cilin.txt) thesaurus query.