aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jakobi <marc.jakobi@tiko.energy>2023-10-30 21:45:31 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-11-30 10:59:23 +0100
commit1e64838ff575405c32b447b68762649289e8d73c (patch)
tree61ff0a7277c0d1af03e017d87808ab91cd63d449
parentfix(luarocks): don't copy runtime data to share/ (diff)
downloadnvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.tar
nvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.tar.gz
nvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.tar.bz2
nvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.tar.lz
nvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.tar.xz
nvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.tar.zst
nvim-treesitter-1e64838ff575405c32b447b68762649289e8d73c.zip
fix(luarocks): enable automatic runtime path detection
-rw-r--r--contrib/nvim-treesitter-luarocks.template6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/nvim-treesitter-luarocks.template b/contrib/nvim-treesitter-luarocks.template
index 3bb15d3b2..8109f5f2b 100644
--- a/contrib/nvim-treesitter-luarocks.template
+++ b/contrib/nvim-treesitter-luarocks.template
@@ -37,9 +37,5 @@ build = {
INST_LUADIR='$(LUADIR)',
INST_CONFDIR='$(CONFDIR)',
},
- copy_directories = {
- 'autoload',
- 'plugin',
- 'queries'
- }
+ copy_directories = $copy_directories,
}