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

mapping already exists #46

Closed alnavv closed 4 years ago

alnavv commented 4 years ago

Full error description:

Error detected while processing $HOME/.config/nvim/plugged/thesaurus_query.vim/plugin/thesaurus_query.vim: line 47: E227: mapping already exists for ,cs

Solution: just comment the problematic lines in :

thesaurus_query.vim/plugin/thesaurus_query.vim

lines 47,48

Ron89 commented 4 years ago

just set g:tq_map_keys to 0.

Ron89 commented 4 years ago

Does it solve your issue?

Ron89 commented 4 years ago

Since no further communication received, I am closing the ticket.

yushangakki commented 4 years ago

it works, thanks