summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-14 15:26:37 -0400
committerseth <[email protected]>2024-07-14 15:26:37 -0400
commitcadfa7dffee6222b9bc3c6f2a67b7a3fde5ba83c (patch)
tree4c7cdf2d3ab50ca942486c3cbeb75baf6d742b10 /neovim.nix
parentfd6eef0adaa8c8a74d2feaa8032eb308ed8a7b59 (diff)
nix: add lua/ back to plugin source
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix1
1 files changed, 1 insertions, 0 deletions
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
]
);