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
e7ff55bf06
commit
43ebb4a2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ let
|
|||
# patch nvim-treesitter with parser bundle path
|
||||
ln -sfT ${bundle}/parser $out/parser
|
||||
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'"
|
||||
'';
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue