diff options
Diffstat (limited to 'lua/nvim-treesitter/health.lua')
| -rw-r--r-- | lua/nvim-treesitter/health.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index 3da7f5415..08ec42bb7 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -65,15 +65,6 @@ local function install_health() end end - do -- node check - local node = check_exe('node') - if node then - health.ok(string.format('node %s (%s)', node.version, node.path)) - else - health.error('node not found') - end - end - do -- curl+tar check local tar = check_exe('tar') if tar then |
