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" })
|
||||
end,
|
||||
},
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = function(_, opts)
|
||||
local package = "lsp_fmt"
|
||||
require("user.utils.masoncfg").try_install("java-debug-adapter")
|
||||
require("user.utils.masoncfg").try_install("java-test")
|
||||
opts.formatters_by_ft.java = { package }
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "stevearc/conform.nvim",
|
||||
-- event = "VeryLazy",
|
||||
-- opts = function(_, opts)
|
||||
-- local package = "lsp_fmt"
|
||||
-- require("user.utils.masoncfg").try_install("java-debug-adapter")
|
||||
-- require("user.utils.masoncfg").try_install("java-test")
|
||||
-- opts.formatters_by_ft.java = { package }
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
dependencies = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue