Try folds and some other changes

This commit is contained in:
2024-10-16 15:56:59 +02:00
parent 50b8c88e92
commit a56b8f7029
5 changed files with 49 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
return {
{
'mfussenegger/nvim-dap',
lazy = true,
dependencies = { 'nvim-lua/plenary.nvim' },
config = function()
local wk = require("which-key")
@@ -17,6 +18,7 @@ return {
},
{
'rcarriga/nvim-dap-ui',
lazy = true,
config = function()
local dapui = require("dapui")
dapui.setup()
@@ -29,6 +31,7 @@ return {
},
{
'theHamsta/nvim-dap-virtual-text',
lazy = true,
config = true
}
}