Update switchbuf for better nvim-dap usage

This commit is contained in:
Kenneth Benzie 2025-12-16 19:31:43 +00:00
parent 481c127583
commit f213c20d23

View File

@ -78,7 +78,7 @@ vim.opt.splitbelow = true
vim.opt.splitright = true
-- Use existing windows and tabs when jumping to errors
vim.opt.switchbuf = 'usetab,newtab'
vim.opt.switchbuf = 'usetab,uselast'
-- Automatically write changes to files
vim.opt.autowrite = true