feat: fix auto installing jdtls through mason
This commit is contained in:
parent
5820c60877
commit
b5fbe6224f
|
@ -1,4 +1,4 @@
|
||||||
local root_markers = { 'gradlew', 'pom.xml' }
|
local root_markers = { '.git' }
|
||||||
local root_dir = require('jdtls.setup').find_root(root_markers)
|
local root_dir = require('jdtls.setup').find_root(root_markers)
|
||||||
local home = os.getenv 'HOME'
|
local home = os.getenv 'HOME'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue