From 5cde868042c9121f0c8f095a89da556a080d036d Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 7 May 2023 21:24:02 +0200 Subject: Changed icons of signs for dap --- lua/plugins/dap.lua | 51 ++++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index a3e40df..6236b84 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -237,31 +237,31 @@ end -- } --}) -dapui.setup({ - layouts = { - { - elements = { - "watches", - }, - size = 0.2, - position = "left", - }, - }, - controls = { - enabled = false, - }, - render = { - max_value_lines = 3, - }, - floating = { - max_height = nil, -- These can be integers or a float between 0 and 1. - max_width = nil, -- Floats will be treated as percentage of your screen. - border = "single", -- Border style. Can be "single", "double" or "rounded" - mappings = { - close = { "q", "" }, - }, - }, -}) +--dapui.setup({ +-- layouts = { +-- { +-- elements = { +-- "watches", +-- }, +-- size = 0.2, +-- position = "left", +-- }, +-- }, +-- controls = { +-- enabled = false, +-- }, +-- render = { +-- max_value_lines = 3, +-- }, +-- floating = { +-- max_height = nil, -- These can be integers or a float between 0 and 1. +-- max_width = nil, -- Floats will be treated as percentage of your screen. +-- border = "single", -- Border style. Can be "single", "double" or "rounded" +-- mappings = { +-- close = { "q", "" }, +-- }, +-- }, +--}) -- setup dapui dapui.setup({ @@ -366,5 +366,6 @@ vim.cmd([[ ]]) -- options --dap.set_exception_breakpoints("default") +dap.defaults.fallback.switchbuf = 'uselast' dap.defaults.fallback.focus_terminal = false dap.defaults.fallback.terminal_win_cmd = '10split new' -- cgit v1.2.3