aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/provider/ruby/health.lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/provider/ruby/health.lua')
-rw-r--r--runtime/lua/provider/ruby/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/provider/ruby/health.lua b/runtime/lua/provider/ruby/health.lua
index d43d7cf9b3..04f6e303e6 100644
--- a/runtime/lua/provider/ruby/health.lua
+++ b/runtime/lua/provider/ruby/health.lua
@@ -20,7 +20,7 @@ function M.check()
end
health.info('Ruby: ' .. health.system({ 'ruby', '-v' }))
- local ruby_detect_table = require('vim.provider.ruby').detect()
+ local ruby_detect_table = vim.provider.ruby.detect()
local host = ruby_detect_table[1]
if (not host) or host:find('^%s*$') then
health.warn('`neovim-ruby-host` not found.', {