dap arghhh cmp

This commit is contained in:
Christian Nieves
2023-11-26 12:57:56 -06:00
parent dc0eb7d2ad
commit f054ccd98c
13 changed files with 140 additions and 52 deletions

View File

@ -0,0 +1,11 @@
return {
"andrewferrier/debugprint.nvim",
opts = {},
-- Dependency only needed for NeoVim 0.8
dependencies = {
"nvim-treesitter/nvim-treesitter",
},
-- Remove the following line to use development versions,
-- not just the formal releases
version = "*",
}