Files
dotfiles/nvim/lua/plugins/fugitive.lua
2023-12-30 13:38:06 +01:00

6 lines
140 B
Lua

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