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

6 lines
78 B
Lua

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