mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
remove kotlin debug adapter
This commit is contained in:
parent
e9b2dcfa1e
commit
26dd31c8da
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ return {
|
|||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed or {}, { "ktlint", "kotlin-debug-adapter" })
|
||||
vim.list_extend(opts.ensure_installed or {}, { "ktlint" })
|
||||
end,
|
||||
},
|
||||
-- Add syntax highlighting
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue