feat: fix auto installing jdtls through mason
This commit is contained in:
parent
5820c60877
commit
b5fbe6224f
2 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
1
init.lua
1
init.lua
|
|
@ -543,7 +543,6 @@ require('lazy').setup({
|
|||
clangd = {},
|
||||
gopls = {},
|
||||
rust_analyzer = {},
|
||||
jdtls = {},
|
||||
tsserver = {},
|
||||
|
||||
lua_ls = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue