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

ThesaurusQueryReplaceCurrentWord not able to finish it's work #42

Open ploth opened 5 years ago

ploth commented 5 years ago

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 my configuration:

Plug 'ron89/thesaurus_query.vim'
let g:tq_language = ['de', 'en']
let g:tq_online_backends_timeout = 0.4
let g:tq_enabled_backends=["woxikon_de","openthesaurus_de","thesaurus_com"]
let g:tq_map_keys=0
nnoremap <Leader>S :ThesaurusQueryReplaceCurrentWord<CR>
vnoremap <Leader>S y:ThesaurusQueryReplace <C-r>"<CR>

thesaurus python package is installed.

Ron89 commented 5 years ago

hmm... I am not sure if this issue is caused by this plugin alone. I used your exact same configuration. And <Leader>S is able to give me results...

sh-cau commented 1 year ago

I experience the same problem