conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
2021-02-24T01:06:15.005Z

Hi folks, I’m trying to override the normal mode mapping for K provided by Conjure but it doesn’t work. Even when create a new mapping for K the one for Conjure seems to take precedence. I can’t even unmap it! Any ideas?

dharrigan 2021-02-24T05:54:55.005200Z

Yup

dharrigan 2021-02-24T05:55:39.005600Z

Try this let g:conjure#mapping#doc_word = v:false

1
dharrigan 2021-02-24T05:56:06.006200Z

That turns off the mapping, altough I do use CoC + clojure-lsp to show documentation

2021-02-24T13:30:51.006700Z

Thanks again, @dharrigan, that’s my exact use-case. Works like a charm.

dharrigan 2021-02-24T13:37:22.006900Z

you're welcome 🙂