diff options
| author | William Boman <william@redwill.se> | 2022-04-18 15:04:08 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-04-18 15:04:31 +0200 |
| commit | 3f99cfc631397e66bd17353f5d76640b6bd0fdaf (patch) | |
| tree | 54c56b50eb6f3066ce58b46f8e3bcc4876877cc8 /lua | |
| parent | README: add cargo to requirement list (#599) (diff) | |
| download | mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.tar mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.tar.gz mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.tar.bz2 mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.tar.lz mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.tar.xz mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.tar.zst mason-3f99cfc631397e66bd17353f5d76640b6bd0fdaf.zip | |
add cargo to healthcheck
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 }, |
