From cadfa7dffee6222b9bc3c6f2a67b7a3fde5ba83c Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 Jul 2024 15:26:37 -0400 Subject: nix: add lua/ back to plugin source --- neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim.nix b/neovim.nix index 3a1e49b..c816367 100644 --- a/neovim.nix +++ b/neovim.nix @@ -29,6 +29,7 @@ let fs.unions [ ./after ./ftdetect + ./lua ./plugin ] ); -- cgit v1.2.3