new session handling

This commit is contained in:
2024-12-27 13:40:41 +01:00
parent f499e5c6ec
commit d27336e6df
4 changed files with 21 additions and 14 deletions
+7
View File
@@ -6,6 +6,7 @@
-- be extended to other languages as well. That's why it's called
-- kickstart.nvim and not kitchen-sink.nvim ;)
return {
-- NOTE: Yes, you can install new plugins here!
'mfussenegger/nvim-dap',
@@ -25,6 +26,12 @@ return {
local dap = require 'dap'
local dapui = require 'dapui'
require("nvim-dap-virtual-text").setup {
enabled = true,
virt_text_pos = vim.fn.has 'nvim-0.10' == 1 and 'inline' or 'eol',
}
require('mason-nvim-dap').setup {
-- Makes a best effort to setup the various debuggers with
-- reasonable debug configurations