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.