Files
dotfiles/vim/.vim/lua/plugins/debugprint.lua
Christian Nieves f054ccd98c dap arghhh cmp
2023-11-26 12:57:56 -06:00

12 lines
266 B
Lua

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 = "*",
}