feat(nvim): add fugitive.vim

This commit is contained in:
Price Hiller 2023-07-05 07:36:26 -05:00
parent a7bea85f8c
commit e3478b69e2
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -435,6 +435,11 @@ lazy.setup({
},
},
{
"tpope/vim-fugitive",
event = "VeryLazy"
},
-- Better search display
{
"kevinhwang91/nvim-hlslens",