use newest version from dap plugins
This commit is contained in:
parent
18c0f0063a
commit
45f3998474
@ -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 = {
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user