From ab588e2ebb5c7565453e9d9e1c2dab8ac9958c81 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Fri, 16 Feb 2024 03:44:10 +0400 Subject: [PATCH] do not show disassembly --- nvim/lua/themystery/plugins/dap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/themystery/plugins/dap.lua b/nvim/lua/themystery/plugins/dap.lua index c045420..62e43a1 100644 --- a/nvim/lua/themystery/plugins/dap.lua +++ b/nvim/lua/themystery/plugins/dap.lua @@ -44,7 +44,7 @@ return { end, cwd = "${workspaceFolder}", stopOnEntry = true, - showDisassembly = false, + showDisassembly = "never" } }