Files
dotfiles/config/nvim/lua/plugins/fugitive.lua
2024-08-09 12:27:45 +02: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",
}