Adding fugitive plugin

This commit is contained in:
nicholas.difilippo7 2025-07-25 20:48:05 -05:00
parent 4eedaf92d5
commit 4bd0d71739
2 changed files with 8 additions and 6 deletions

View file

@ -163,7 +163,7 @@ rtp:prepend(lazypath)
require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
'tpope/vim-fugitive', -- the premier Vim plugin for Git
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following
-- keys can be used to configure plugin behavior/loading/etc.