This repository was archived by the owner on Nov 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ function M.get_config(opts)
6969 local jdk = mason_reg .get_package (' openjdk-17' )
7070
7171 if jdk :is_installed () then
72- local java_home =
73- vim .fn .glob (' $MASON/packages/jdk-17*' )
72+ local java_home = vim .fn .glob (' $MASON/packages/jdk-17*' )
7473 local java_bin = path .join (java_home , ' /bin' )
7574
7675 base_config .cmd_env = {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function M.get_pkg_path(pkg_name)
1010 if not found or not pkg :is_installed () then
1111 return nil
1212 end
13- return vim .fn .expand (" $MASON/packages/" .. pkg_name )
13+ return vim .fn .expand (' $MASON/packages/' .. pkg_name )
1414end
1515
1616--- Returns true if the package is installed in mason
You can’t perform that action at this time.
0 commit comments