aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-07 21:24:02 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-07 21:24:02 +0200
commit5cde868042c9121f0c8f095a89da556a080d036d (patch)
tree1805896a7b80611cf70eb6787823ada08cb750fd /lua
parenteb898ca15568c5fe80c653c03bbd7db480434ede (diff)
downloaddotfiles-5cde868042c9121f0c8f095a89da556a080d036d.tar.gz
dotfiles-5cde868042c9121f0c8f095a89da556a080d036d.zip
Changed icons of signs for dap
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/dap.lua51
1 files 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", "<Esc>" },
- },
- },
-})
+--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", "<Esc>" },
+-- },
+-- },
+--})
-- 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'