aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/health/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/health/init.lua')
-rw-r--r--lua/nvim-lsp-installer/health/init.lua1
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 4e4192f0..02d8be49 100644
--- a/lua/nvim-lsp-installer/health/init.lua
+++ b/lua/nvim-lsp-installer/health/init.lua
@@ -184,6 +184,7 @@ function M.check()
check { cmd = "python3", args = { "-m", "pip", "--version" }, name = "pip3", relaxed = true },
check { cmd = "javac", args = { "-version" }, name = "javac", relaxed = true },
check { cmd = "java", args = { "-version" }, name = "java", relaxed = true },
+ check { cmd = "julia", args = { "--version" }, name = "julia", relaxed = true },
check { cmd = "wget", args = { "--version" }, name = "wget" },
-- wget is used interchangeably with curl, but with higher priority, so we mark curl as relaxed
check { cmd = "curl", args = { "--version" }, name = "curl", relaxed = true },