feat: fix auto installing jdtls through mason

This commit is contained in:
Josh Hamill 2024-03-07 11:02:16 -05:00
parent 5820c60877
commit b5fbe6224f
2 changed files with 1 additions and 2 deletions

View File

@ -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 home = os.getenv 'HOME'

View File

@ -543,7 +543,6 @@ require('lazy').setup({
clangd = {},
gopls = {},
rust_analyzer = {},
jdtls = {},
tsserver = {},
lua_ls = {