mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
test formattrer
This commit is contained in:
parent
94ff8e53a9
commit
91ecdb0406
1 changed files with 10 additions and 10 deletions
|
@ -195,16 +195,16 @@ if pcode.active_java_config.active then
|
||||||
vim.list_extend(opts.ensure_installed, { "jdtls" })
|
vim.list_extend(opts.ensure_installed, { "jdtls" })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
"stevearc/conform.nvim",
|
-- "stevearc/conform.nvim",
|
||||||
event = "VeryLazy",
|
-- event = "VeryLazy",
|
||||||
opts = function(_, opts)
|
-- opts = function(_, opts)
|
||||||
local package = "lsp_fmt"
|
-- local package = "lsp_fmt"
|
||||||
require("user.utils.masoncfg").try_install("java-debug-adapter")
|
-- require("user.utils.masoncfg").try_install("java-debug-adapter")
|
||||||
require("user.utils.masoncfg").try_install("java-test")
|
-- require("user.utils.masoncfg").try_install("java-test")
|
||||||
opts.formatters_by_ft.java = { package }
|
-- opts.formatters_by_ft.java = { package }
|
||||||
end,
|
-- end,
|
||||||
},
|
-- },
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue