-
Hello! I tried putting
Is there any way to circumvent this 'fnl' dir limitation? From what I understood, nvim-moonwalk is inspired by hotpot and supports this. So I imagine there must be some way to also do that from hotpot. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Honestly its not a nvim feature I use a lot. I think we can hook the I think it should also include Its also not without some cost since we need to search all the dirs for files that match If your ok with ref: #121 |
Beta Was this translation helpful? Give feedback.
I believe it should be working as of fc8715e.
There are some quirks, we can only run after all of neovims loading has finished, so
plugin/x.fnl
is actually run afterafter/plugin/x.lua
. There isn't any way around that but if its an issue you can compile toplugin/x.lua
with.hotpot.lua
orapi.make
. I think for most people this wont matter...