aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/fugitive.lua
blob: d7f59af5dac6fecdfaed2518fc270704f4f87258 (plain)
1
2
3
4
5
6
return {
  {
    "tpope/vim-fugitive",
    lazy = false,
  },
}