From 70e24df473d9aaed30564db3205f7c396848e4c8 Mon Sep 17 00:00:00 2001 From: Jonas Hagberg Date: Wed, 17 Apr 2024 11:43:16 +0200 Subject: [PATCH] Add tpope/vim-fugitive --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 1ec4d2e8..42b3380a 100644 --- a/init.lua +++ b/init.lua @@ -839,6 +839,9 @@ require('lazy').setup({ { 'github/copilot.vim', }, + { + 'tpope/vim-fugitive', + }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and