mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-03-24 03:10:49 -05:00
Compare commits
No commits in common. "c3eed57f9a30c6621ba164f6abd0fc88923c30ed" and "f294cb2f0e7fa335d00def568a26ccb7d645ebe2" have entirely different histories.
c3eed57f9a
...
f294cb2f0e
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -19,11 +19,11 @@
|
|||
"nvim-treesitter": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1773513967,
|
||||
"narHash": "sha256-dY2Hx0WSwLDKhA/Uv9+BiQo5MwDiibuiglDG2ApSZM0=",
|
||||
"lastModified": 1773472551,
|
||||
"narHash": "sha256-hD5b0inN+Jb9SJf/t6DhnY0I5Z1PiTzLbiA4W7+MkV4=",
|
||||
"owner": "nvim-treesitter",
|
||||
"repo": "nvim-treesitter",
|
||||
"rev": "2f5d4c3f3c675962242096bcc8e586d76dd72eb2",
|
||||
"rev": "eb1f8e80cb28eb7892f347609e0bdc5eb574b945",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -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') --[[@as string]], '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