mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(luarocks): don't copy runtime data to share/
This commit is contained in:
parent
93750d3881
commit
00f9b1ffed
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,4 +4,4 @@ build:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p $(INST_LUADIR)
|
mkdir -p $(INST_LUADIR)
|
||||||
cp -r autoload plugin queries lua $(INST_LUADIR)
|
cp -r lua/* $(INST_LUADIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue