Add vim fugitive

This commit is contained in:
Trevor Griggs 2024-02-27 16:00:15 -07:00
parent af4fd2355f
commit 25db7f8041
2 changed files with 5 additions and 7 deletions

View file

@ -2,4 +2,4 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return { 'tpope/vim-fugitive' }