Fork me on GitHub
#conjure
<
2021-07-31
>
GitHub12:07:12

[Olical/conjure] Issue opened by glyh

GitHub19:07:03

[Olical/conjure] Issue opened by cshintov

rafaeldelboni23:07:57

I'm migrating my setup to aniseed + fennel, but when using this conjure stops finding and connecting to .nrepl-port generated by my repl, if I connect manually to the port it works normally, if I rowback to my old vimrc the connection happens normally, is there any tip I can use to debug this?

2
rafaeldelboni23:07:26

I'm calling lua init from my vimrc while I'm moving and testing my stuff in aniseed

rafaeldelboni13:08:52

That was a wild one, the problem was related to the new wildignore config I ported, I changed from :wildignore ",*/tmp/*,*.so,*.swp,*.zip" to :wildignore "*/tmp/*,*.so,*.swp,*.zip" and now is working fine.

🎉 6
Olical14:08:55

Well done for working it out!!!

Olical14:08:00

What a tricky one!

rafaeldelboni14:08:37

Hahaha thanks, that was the classic approach, comment out all the new code and uncomment until the problem happens 😬