mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +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
|
||||
return { root }
|
||||
end
|
||||
return { vim.fn.getcwd() .. "/src/main/java" }
|
||||
return { LazyVim.root() .. "/src/main/java" }
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue