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

6 lines
78 B
Lua
Raw Normal View History

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