mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
PR feedback
This commit is contained in:
parent
d1b857288e
commit
94b4af6a85
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ return {
|
||||||
if root and root ~= "" then
|
if root and root ~= "" then
|
||||||
return { root }
|
return { root }
|
||||||
end
|
end
|
||||||
return { vim.fn.getcwd() .. "/src/main/java" }
|
return { LazyVim.root() .. "/src/main/java" }
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue