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 {
'mfussenegger/nvim-dap',
version = false,
dependencies = {
'mfussenegger/nvim-dap-python',
'theHamsta/nvim-dap-virtual-text',
{
'mfussenegger/nvim-dap-python',
version = false,
},
-- 'theHamsta/nvim-dap-virtual-text',
{
'rcarriga/nvim-dap-ui',
version = false,
dependencies = {
'nvim-neotest/nvim-nio',
},
},
'rcarriga/cmp-dap',
'LiadOz/nvim-dap-repl-highlights',
{
'rcarriga/cmp-dap',
version = false,
},
{
'LiadOz/nvim-dap-repl-highlights',
version = false,
},
},
keys = {
{