From 3c63a9b9075a652ba57c20ca21437aa224367037 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 30 Nov 2024 15:26:53 +0100 Subject: Update config to use vim-lazy for handling plugins. --- lua/plugins/vim-fugitive.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/plugins/vim-fugitive.lua (limited to 'lua/plugins/vim-fugitive.lua') diff --git a/lua/plugins/vim-fugitive.lua b/lua/plugins/vim-fugitive.lua new file mode 100644 index 0000000..3774b76 --- /dev/null +++ b/lua/plugins/vim-fugitive.lua @@ -0,0 +1,7 @@ +return { + { + "tpope/vim-fugitive", + config = function() + end; + } +} -- cgit v1.2.3