diff --git a/contrib/nvim-treesitter-luarocks.template b/contrib/nvim-treesitter-luarocks.template index 3bb15d3b..8109f5f2 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, }