From f1bc810412fea1646b84364a0abd1c6533736a2c Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 20 Feb 2022 12:11:20 +0100 Subject: [PATCH] feat: add vim-fugitive --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index b443d70..ff2d988 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -21,6 +21,9 @@ return require('packer').startup(function(use) -- Let Packer manage itself use('wbthomason/packer.nvim') + -- git commands + use('tpope/vim-fugitive') + if packer_bootstrap then require('packer').sync() end