Fork me on GitHub
#vim
<
2019-08-08
>
samoleary14:08:14

hey @dominicm, i don't suppose there's anything fancy going on under the hood for ReplantFindSymbol? it looks like a straight forward find-symbol message to nrepl (?) but neovims giving zero feedback 😬 at a loss trying to debug or uncover any error messages

dominicm14:08:01

@ssjoleary746 It relies on refactor-nrepl

dominicm14:08:31

(so checking whether you have that installed is my first thought)

dominicm14:08:58

I doubt I have any serious error checking around this. You should be able to get some output by sending the message manually and inspecting the result

samoleary14:08:24

yep, got refactor-nrepl :thumbsup:

dominicm14:08:37

echo replant#send#message(replant#generate#find_symbol_under_cursor()) should be useful

samoleary14:08:05

perfect, very useful 👌

dominicm14:08:34

what's broken? 🙂

samoleary14:08:02

it seems to be project related, rather that vim-replant!

samoleary14:08:29

{'status': ['done', 'refactor-nrepl-error'], 'ex': 'class java.util.concurrent.ExecutionException'........ Invalid keyword: ::compojure-api/components.

dominicm14:08:36

ah 🙂

dominicm14:08:47

would be good to handle this really.

dominicm14:08:58

(pr welcome)

samoleary14:08:55

no worries, i can take look. thanks! commenting out the offending code sorted things anywho, temp workaround

samoleary14:08:32

i'll create a github issue for that and a funny ReplantApropos / fzf issue i'm seeing as well and then take it from there