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

6 lines
80 B
Lua
Raw Normal View History

2023-03-17 17:34:11 +00:00
return {
"tpope/vim-fugitive",
cmd = { "G", "Git" },
2023-03-17 17:34:11 +00:00
lazy = true,
}