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)
Olical 2021-04-05T12:43:22.047Z

Oh, that should be <prefix>E<motion>

Olical 2021-04-05T12:45:46.047200Z

That can be remapped to whatever you need of course

2021-04-05T13:43:24.047400Z

dominicm 2021-04-05T14:23:26.047500Z

What's the underlying there? Is it a <plug> mapping?

Olical 2021-04-05T14:25:47.047700Z

There's no plug mappings right now, it's prefixed by local leader by default, https://github.com/Olical/conjure/issues/186 is open until I get around to reworking mappings to be plug based for those that like that

Olical 2021-04-05T14:26:07.048Z

All mapping config is done through let g:conjure#mapping#* values

dominicm 2021-04-05T14:26:33.048200Z

Ah, I'll probably wait it out for that issue

Olical 2021-04-05T14:26:41.048400Z

okay np

Olical 2021-04-05T14:35:37.048600Z

Have you added the src/clj and src/cljs dirs to your path? Those aren't built in directories, the only directory Clojure knows about is src and maybe test by default I think? I never use clj and cljs directories at the top level, but then I rarely mix clj+cljs in the same project.

Olical 2021-04-05T14:36:22.048800Z

Also if you're in a CLJS REPL and try to eval a clj file (so not cljc or clj) it won't work properly afaik

2021-04-05T14:46:51.049Z