remove kotlin debug adapter

This commit is contained in:
arthur 2024-05-24 00:06:20 +08:00 committed by Folke Lemaitre
parent e9b2dcfa1e
commit 26dd31c8da

View file

@ -16,7 +16,7 @@ return {
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",
opts = function(_, opts) opts = function(_, opts)
vim.list_extend(opts.ensure_installed or {}, { "ktlint", "kotlin-debug-adapter" }) vim.list_extend(opts.ensure_installed or {}, { "ktlint" })
end, end,
}, },
-- Add syntax highlighting -- Add syntax highlighting