diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-lsp-installer/health/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/health/init.lua b/lua/nvim-lsp-installer/health/init.lua index 44a0cdc4..9c4c140a 100644 --- a/lua/nvim-lsp-installer/health/init.lua +++ b/lua/nvim-lsp-installer/health/init.lua @@ -156,6 +156,7 @@ function M.check() end end, }, + check { cmd = "cargo", args = { "--version" }, name = "cargo", relaxed = true }, check { cmd = "ruby", args = { "--version" }, name = "Ruby", relaxed = true }, check { cmd = gem_cmd, args = { "--version" }, name = "RubyGem", relaxed = true }, check { cmd = composer_cmd, args = { "--version" }, name = "Composer", relaxed = true }, |
