mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
update nvim-dap opts
using the current dap local var to maintain consistency.
This commit is contained in:
parent
b80276dd73
commit
e9b2dcfa1e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ return {
|
||||||
opts = function()
|
opts = function()
|
||||||
local dap = require("dap")
|
local dap = require("dap")
|
||||||
if not dap.adapters.kotlin then
|
if not dap.adapters.kotlin then
|
||||||
require("dap").adapters.kotlin = {
|
dap.adapters.kotlin = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = "kotlin-debug-adapter",
|
command = "kotlin-debug-adapter",
|
||||||
options = { auto_continue_if_many_stopped = false },
|
options = { auto_continue_if_many_stopped = false },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue