diff options
| author | Marc Jakobi <marc.jakobi@tiko.energy> | 2023-10-30 21:45:31 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-11-30 10:59:23 +0100 |
| commit | 1e64838ff575405c32b447b68762649289e8d73c (patch) | |
| tree | 61ff0a7277c0d1af03e017d87808ab91cd63d449 /contrib | |
| parent | fix(luarocks): don't copy runtime data to share/ (diff) | |
| download | nvim-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
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/nvim-treesitter-luarocks.template | 6 |
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, } |
