aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/fugitive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/fugitive.lua')
-rw-r--r--nvim/lua/plugins/fugitive.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/lua/plugins/fugitive.lua b/nvim/lua/plugins/fugitive.lua
new file mode 100644
index 0000000..d7f59af
--- /dev/null
+++ b/nvim/lua/plugins/fugitive.lua
@@ -0,0 +1,6 @@
+return {
+ {
+ "tpope/vim-fugitive",
+ lazy = false,
+ },
+}