mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(luarocks): enable automatic runtime path detection
This commit is contained in:
parent
00f9b1ffed
commit
1e64838ff5
1 changed files with 1 additions and 5 deletions
|
|
@ -37,9 +37,5 @@ build = {
|
|||
INST_LUADIR='$(LUADIR)',
|
||||
INST_CONFDIR='$(CONFDIR)',
|
||||
},
|
||||
copy_directories = {
|
||||
'autoload',
|
||||
'plugin',
|
||||
'queries'
|
||||
}
|
||||
copy_directories = $copy_directories,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue