mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(treesitter): remove node requirement
This commit is contained in:
parent
064e61058b
commit
6b52a3059e
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ function M.check()
|
|||
["C compiler"] = have_cc,
|
||||
tar = have("tar"),
|
||||
curl = have("curl"),
|
||||
node = have("node"),
|
||||
}
|
||||
local ok = true
|
||||
for _, v in pairs(ret) do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue