mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
provider/nodejs: check version in Detect()
This commit is contained in:
@@ -15,9 +15,7 @@ local missing_provider = helpers.missing_provider
|
||||
do
|
||||
clear()
|
||||
if missing_provider('ruby') then
|
||||
pending(
|
||||
"Cannot find the neovim RubyGem. Try :checkhealth",
|
||||
function() end)
|
||||
pending("Missing neovim RubyGem.", function() end)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user