Fork me on GitHub
#conjure
<
2022-05-10
>
barrell07:05:52

Is there a way to manually recompile aniseed from a vim session so I can re-source my init.lua without reopening neovim?

❤️ 1
berkeleytrue18:05:46

Yes, you can call Aniseed.init again, this will trigger the recompile process. You can also force it, it does some caching to increase performance but I've found sometimes this doesn't catch all changes.

barrell18:05:36

awwwsommmme