Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ThesaurusQueryReplaceCurrentWord not able to finish it's work #42

Open
ploth opened this issue Apr 25, 2019 · 2 comments
Open

ThesaurusQueryReplaceCurrentWord not able to finish it's work #42

ploth opened this issue Apr 25, 2019 · 2 comments

Comments

@ploth
Copy link

ploth commented Apr 25, 2019

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
Copy link
Owner

Ron89 commented May 1, 2019

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
Copy link

sh-cau commented May 23, 2023

I experience the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants