From 0aebd5525b06d880d56ba2122dc0e86c4c22efa1 Mon Sep 17 00:00:00 2001 From: Erik Cowley Date: Thu, 19 Oct 2023 21:35:15 -0400 Subject: [PATCH] Add vim fugitive to neovim --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 54771aa..a219d7f 100644 --- a/init.lua +++ b/init.lua @@ -77,6 +77,7 @@ require("lazy").setup({ build = ':lua require("go.install").update_all_sync()' -- if you need to install/update all binaries }, --"averms/black-nvim", + "tpope/vim-fugitive", }) -- color schemes