kickstart.nvim/lua/custom/plugins/portal.lua

10 lines
162 B
Lua

return {
"cbochs/portal.nvim",
-- Optional dependencies
event = "BufRead",
dependencies = {
"cbochs/grapple.nvim",
"ThePrimeagen/harpoon",
},
}