kickstart.nvim/lua/custom/plugins/telescope-git-branch.lua
2025-02-17 21:23:53 +01:00

7 lines
131 B
Lua

return {
'mrloop/telescope-git-branch.nvim',
config = function()
require('telescope').load_extension 'git_branch'
end,
}