thesaurus_query.vim icon indicating copy to clipboard operation
thesaurus_query.vim copied to clipboard

Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim

Results 18 thesaurus_query.vim issues
Sort by recently updated
recently updated
newest added

Neovim provides a lua function [`vim.ui.select()`](https://neovim.io/doc/user/lua.html#vim.ui.select()) that can be used by plugins to ask the user to select one of several entries. Other plugins can than overwrite this function and...

I tried to use the openoffice_en backend in french by using the files provided by libreoffice. It works but I need to keep the 'en' in tq_language list: with this...

- Added the Merriam-Webster Backend - Added support for antonym queries (currently only supported by Merriam-Webster Backend) - Added Caching Logic Note: I recommend squashing the commits. I was playing...

I have filed https://github.com/vim/vim/issues/8950 and awesome @yegappan suggested POC implementation in https://github.com/yegappan/vim/commit/949c4f25b5d97c7aa71952f917b7d2c3ac604778 Now, in order to test this, I would need a function following API of https://vimhelp.org/insert.txt.html#complete-functions generating a list...

Hi. Please consider adding support for Swedish via the [synonymer.se](https://synonymer.se) backend. Thanks.

Feature Request

After firing ThesaurusQueryReplaceCurrentWord nothing happens. nvim gets unresponsive and the cpu fan spins up. There is no other way than to kill nvim. Can I provide any logs? This is...

Probably after upgrading my Arch Linux system to python 3.7, thesaurus_query stopped working. I get the following errors: ``` Error detected while processing /home/stammler/.vim/bundle/thesaurus_query.vim/autoload/thesaurus_query.vim: line 214: Traceback (most recent call...

Using vim's shell escape to directly install the missing component if any. So that the user don't need to jump out of the editor when there are missing Python dependencies.!

Feature Request

No one like a Long read before using a simple thesaurus query. So instead of posting where to find those blasted source files, it's better just download the thesaurus source...

Feature Request

Hello, quite an awesome plugin you have here. I observed that thesaurus.com provides a list of antonyms, so let's add support for them also. Maybe even create a new binding...