my config
This commit is contained in:
parent
94f551b803
commit
dece0f088a
15 changed files with 189 additions and 424 deletions
6
lua/custom/plugins/telescope-git-branch.lua
Normal file
6
lua/custom/plugins/telescope-git-branch.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'mrloop/telescope-git-branch.nvim',
|
||||
config = function()
|
||||
require('telescope').load_extension 'git_branch'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue