Skip to content

ThesaurusQueryReplaceCurrentWord not able to finish it's work #42

@ploth

Description

@ploth

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions