From 637376a091600acedce717478b22041132033540 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Tue, 31 Dec 2024 15:18:21 -0800 Subject: [PATCH] fix: Properly set lua path --- nix/neovim-overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index da5525c..ee57e64 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -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.