summaryrefslogtreecommitdiff
path: root/home/common/modules/neovim/config/lua/pacman/plugins/vim-fugitive.lua
blob: d3bb2ff8289f5baa3c9d223a2834ec9ffa07e7e2 (plain) (blame)
1
2
3
4
5
6
7
return {
  {
    "tpope/vim-fugitive",
    event = "VeryLazy",
  }
}
-- vim: ts=2 sts=2 sw=2 et