update nvim-dap opts

using the current dap local var to maintain consistency.
This commit is contained in:
arthur 2024-05-23 22:14:01 +08:00 committed by Folke Lemaitre
parent b80276dd73
commit e9b2dcfa1e

View file

@ -72,7 +72,7 @@ return {
opts = function()
local dap = require("dap")
if not dap.adapters.kotlin then
require("dap").adapters.kotlin = {
dap.adapters.kotlin = {
type = "executable",
command = "kotlin-debug-adapter",
options = { auto_continue_if_many_stopped = false },