Replies: 1 comment
|
Oop, I realized I hadn't updated my flake.lock for the repo. Gave it an update and now the function loads properly 😅 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey im coming over from lz.n and I'm wondering how I can import a folder that contains multiple plugin files where the contents contain something like
And there isn't an init.lua file that folder (just a bunch of .lua files for various plugins. Basically the same structure as shown in https://github.com/lumen-oss/lz.n?tab=readme-ov-file#structuring-your-plugins
I noticed that lze doesn't seem to be able to do that same thing but saw that lzextra is suppose to but I can't get it to work, I get this error when I load it
And this is the init.lua that's being loaded into my neovim-flake (I'm on NixOS using the minimal-neovim-wrapper)
All reactions