mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-01-23 01:15:17 -06:00
This commit is contained in:
parent
b9cc7026e7
commit
132d340607
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'), '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