dotfiles/.config/nvim/lua/plugins/goto-breakpoints.lua
Sergio Laín 553978feef
feat(Neovim): Plugins Changes
New Plugins and also changed some existing ones
2023-09-24 01:37:30 +02:00

6 lines
93 B
Lua

return {
{
"ofirgall/goto-breakpoints.nvim",
event = "BufRead",
},
}