fix: Properly set lua path

This commit is contained in:
punkfairie 2024-12-31 15:18:21 -08:00
parent 34a041ce00
commit 637376a091
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -130,6 +130,7 @@ in {
nvim-luarc-json = final.mk-luarc-json {
plugins = all-plugins;
globals = ["MarleyVim"];
runtimePath = ["nvim/lua/?.lua" "nvim/lua/?/init.lua"];
};
# You can add as many derivations as you like.