mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-03 22:14:30 +02:00
add: config default java
This commit is contained in:
parent
24b3020b5c
commit
ef95246d88
5 changed files with 48 additions and 2 deletions
|
@ -161,6 +161,6 @@ pcode.active_golang_config = false
|
|||
pcode.active_python_config = false
|
||||
pcode.active_cpp_config = false
|
||||
pcode.active_java_config = {
|
||||
active = false,
|
||||
active = true,
|
||||
project = "gradle", -- gradle or maven
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue