fix: Properly set lua path
This commit is contained in:
parent
34a041ce00
commit
637376a091
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue