We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934146c commit 2bc14e1Copy full SHA for 2bc14e1
lua/spring_boot/util.lua
@@ -22,7 +22,7 @@ M.is_mac = M.os_type() == M.Mac
22
M.java_bin = function()
23
local java_home = vim.env["JAVA_HOME"]
24
if java_home then
25
- return java_home .. "/bin/java"
+ return vim.fn.expand(java_home .. "/bin/java")
26
end
27
return "java"
28
0 commit comments