master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 45f3998474 - Show all commits

View File

@@ -1,16 +1,27 @@
return { return {
'mfussenegger/nvim-dap', 'mfussenegger/nvim-dap',
version = false,
dependencies = { dependencies = {
{
'mfussenegger/nvim-dap-python', 'mfussenegger/nvim-dap-python',
'theHamsta/nvim-dap-virtual-text', version = false,
},
-- 'theHamsta/nvim-dap-virtual-text',
{ {
'rcarriga/nvim-dap-ui', 'rcarriga/nvim-dap-ui',
version = false,
dependencies = { dependencies = {
'nvim-neotest/nvim-nio', 'nvim-neotest/nvim-nio',
}, },
}, },
{
'rcarriga/cmp-dap', 'rcarriga/cmp-dap',
version = false,
},
{
'LiadOz/nvim-dap-repl-highlights', 'LiadOz/nvim-dap-repl-highlights',
version = false,
},
}, },
keys = { keys = {
{ {