From 64d7be1514cff44c02c7d81538577a44cc41ba87 Mon Sep 17 00:00:00 2001 From: Holger Preu Date: Sat, 1 Feb 2025 15:16:36 +0100 Subject: [PATCH] Added vim-fugitive --- lua/holger/plugins/fugitive.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/holger/plugins/fugitive.lua diff --git a/lua/holger/plugins/fugitive.lua b/lua/holger/plugins/fugitive.lua new file mode 100644 index 0000000..2b2edd0 --- /dev/null +++ b/lua/holger/plugins/fugitive.lua @@ -0,0 +1,3 @@ +return { + "tpope/vim-fugitive", +}