mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-03-24 03:10:49 -05:00
fix: install_dir patching after upstream 972f378653c794b0ff82282a844732695064b70f
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
066f974ad1
commit
f278083569
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ let
|
||||||
# patch nvim-treesitter with parser bundle path
|
# patch nvim-treesitter with parser bundle path
|
||||||
ln -sfT ${bundle}/parser $out/parser
|
ln -sfT ${bundle}/parser $out/parser
|
||||||
substituteInPlace $out/lua/nvim-treesitter/config.lua \
|
substituteInPlace $out/lua/nvim-treesitter/config.lua \
|
||||||
--replace-fail "install_dir = vim.fs.joinpath(vim.fn.stdpath('data') --[[@as string]], 'site')," \
|
--replace-fail "install_dir = vim.fs.joinpath(vim.fn.stdpath('data') --[[@as string]], 'site/')," \
|
||||||
"install_dir = '$out'"
|
"install_dir = '$out'"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue