Replies: 2 comments 4 replies
-
Hey there! An appropriate use for the discussion section! 🎉 The code looks okay to me, I can't see anything obviously wrong but I think if I put this into a couple of files myself and tried to use it then it would work fine. Would you be able to show me the output of I expect main to be in |
Beta Was this translation helpful? Give feedback.
-
Ok so I took another look, and I didn't realize that I needed rsync installed (it wasn't in the docs). After I did that, Oh also, I can't rename neovim Lua stuff with aniseed's require/autoload feature. If I do: (module module_name
{require {core vim.fn}}) Vim will complain that it doesn't exist. Is this intended, should I go with |
Beta Was this translation helpful? Give feedback.
-
I'm working on a plugin using Fennel with Aniseed as the bootstrap, and I'm having trouble getting functions to be recognized. I'm not sure if this is an Aniseed problem, but I haven't found anything else that might be the cause
Main plugin file:
Util file
Whenever I call a function from the util file in the main file, the output Lua fails and using Conjure says that the function in question is a nil value. I'm kinda at a loss here cause if I can't even get basic functions to work I kinda can't make any Lua based plugin I had in mind
Beta Was this translation helpful? Give feedback.
All reactions