mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-04 06:24:29 +02:00
enc: update file name from mason to masoncfg
This commit is contained in:
parent
d44240f988
commit
ec8d701b71
4 changed files with 3 additions and 7 deletions
|
@ -172,7 +172,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
|
||||
}
|
||||
|
|
|
@ -200,8 +200,8 @@ if pcode.active_java_config.active then
|
|||
event = "VeryLazy",
|
||||
opts = function(_, opts)
|
||||
local package = "lsp_fmt"
|
||||
require("user.utils.mason").try_install("java-debug-adapter")
|
||||
require("user.utils.mason").try_install("java-test")
|
||||
require("user.utils.masoncfg").try_install("java-debug-adapter")
|
||||
require("user.utils.masoncfg").try_install("java-test")
|
||||
opts.formatters_by_ft.java = { package }
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue