cleaning, initial DAP setup
This commit is contained in:
parent
5b6495828c
commit
1b4d92f8fe
5 changed files with 101 additions and 10 deletions
|
@ -29,6 +29,11 @@ require("lazy").setup({
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio", "theHamsta/nvim-dap-virtual-text" },
|
||||
config = require('plugins.nvim-dap').init
|
||||
},
|
||||
{ 'hrsh7th/cmp-nvim-lsp' },
|
||||
{ 'hrsh7th/cmp-buffer' },
|
||||
{ 'hrsh7th/cmp-cmdline' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue