summary refs log tree commit diff stats
path: root/.config/nvim/lua/plugins/git.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/git.lua')
-rw-r--r--.config/nvim/lua/plugins/git.lua18
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/nvim/lua/plugins/git.lua b/.config/nvim/lua/plugins/git.lua
deleted file mode 100644
index 4e09cd3..0000000
--- a/.config/nvim/lua/plugins/git.lua
+++ /dev/null
@@ -1,18 +0,0 @@
-return {
-
-    {
-        "kdheepak/lazygit.nvim",
-    	cmd = {
-    		"LazyGit",
-    		"LazyGitConfig",
-    		"LazyGitCurrentFile",
-    		"LazyGitFilter",
-    		"LazyGitFilterCurrentFile",
-    	},
-        -- optional for floating window border decoration
-        dependencies = {
-            "nvim-lua/plenary.nvim",
-        },
-    },
-
-}