Add fugitive

This commit is contained in:
Beric Bearnson 2024-04-01 12:16:59 -06:00
parent fbc4f207b9
commit 11214afb15
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@ return {
cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done()) cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done())
end, end,
}, },
{ 'tpope/vim-fugitive' },
} }