summaryrefslogtreecommitdiffstats
path: root/lua/plugins/vim-fugitive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/vim-fugitive.lua')
-rw-r--r--lua/plugins/vim-fugitive.lua7
1 files changed, 7 insertions, 0 deletions
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;
+ }
+}