enc: migrate to auto-lint and auto-conform

This commit is contained in:
asep.komarudin 2024-07-05 07:59:12 +07:00
parent eace6b6674
commit ff62c20795
11 changed files with 38 additions and 55 deletions

View file

@ -173,7 +173,7 @@ pcode.active_golang_config = false
pcode.active_python_config = false
pcode.active_cpp_config = false
pcode.active_java_config = {
active = true,
active = false,
project = "gradle", -- gradle or maven
use_nvim_jdtls = true, -- mfussenegger/nvim-jdtls
}