mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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_LUADIR='$(LUADIR)',
|
||||||
INST_CONFDIR='$(CONFDIR)',
|
INST_CONFDIR='$(CONFDIR)',
|
||||||
},
|
},
|
||||||
copy_directories = {
|
copy_directories = $copy_directories,
|
||||||
'autoload',
|
|
||||||
'plugin',
|
|
||||||
'queries'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue