kickstart.nvim/lua/custom/plugins/telescope-git-branch.lua

7 lines
131 B
Lua

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