cleaning, initial DAP setup
Some checks failed
Build neovim image / build-neovim-arm64 (push) Failing after 7m0s
Build neovim image / update-images-manifest (push) Has been cancelled
Build neovim image / build-neovim-amd64 (push) Has been cancelled

This commit is contained in:
Maciej Lebiest 2024-04-03 19:27:42 +02:00
parent 5b6495828c
commit 1b4d92f8fe
5 changed files with 101 additions and 10 deletions

View file

@ -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' },