chore(nvim): add fugitive plugin

This commit is contained in:
Stefan Imhoff
2023-12-30 13:38:06 +01:00
parent a1ddf364ee
commit 7b846fd721
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- fugitive.vim: A Git wrapper so awesome, it should be illegal
-- https://github.com/tpope/vim-fugitive
return {
"tpope/vim-fugitive",
}