dots/chezmoi/dot_config/nvim/lua/aleidk/plugins/debugprint.lua
aleidk d870d23e79 add nvim plugins
Added:
- flash.nvim for better movement
- debugprint.nvim for insert print debug statements
2024-03-26 13:14:48 -03:00

7 lines
165 B
Lua

return {
"andrewferrier/debugprint.nvim",
opts = {},
-- Remove the following line to use development versions,
-- not just the formal releases
version = "*",
}