Fork me on GitHub
#conjure
<
2022-08-04
>
Martynas Maciulevičius09:08:59

What is the way to import my local Aniseed nvim plugin via Plug? When I symlink the directory into the plugin manager plugin dir and add it to config it complains because (implicit 'vim-scripts' expansion is deprecated) I added it to github and it doesn't complain anymore but this is not a good way to test.

Martynas Maciulevičius11:08:07

Um... hey guys. I've developed a plugin to jump to the first failing Conjure test. It's very rough but it does the job. https://github.com/Invertisment/jump-to-cljtest I think it would be great if it could execute in the background but I don't know how to do it xD Also it could be sped up by parsing a little differently and not parsing the whole buffer because it only needs to find the first error from the top in the test execution from the bottom. But I don't want to do this now in Lua's procedural style :d (even if I used Fennel it doesn't have lazy seqs so in the end of the day it's still Lua)

💯 2
Martynas Maciulevičius14:08:36

Turns out it jumps to the last failing test xD but I'll fix it 😄 Edit: fixed.

Sigve07:08:59

Cool, i'll try this out (although i dont like plugins that automatically sets keybindings)

Martynas Maciulevičius07:08:11

I know that I set that keybinding but I was lazy to figure out how to do this properly. Maybe later. I also didn't know how to move to the first symbol once the buffer opens. But it's good enough as the user can press w to go there.

Martynas Maciulevičius09:08:33

I removed the key binding, added docs on new public editor commands and changed the name: https://github.com/Invertisment/conjure-additions Also tagging @U4GEXTNGZ as you also reacted but I changed the plugin.

🙏 1