nixos/home/tui/config/nvim/lua/plugins/fugitive.lua

6 lines
80 B
Lua

return {
"tpope/vim-fugitive",
cmd = { "G", "Git" },
lazy = true,
}