From d2335cb8cb39fdcc5eec658e4a13c1eb4ec20b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Thu, 26 Jun 2025 01:51:43 +0200 Subject: [PATCH] Remove lazygit lazy plugin --- .../lua/lazy-plugins/editor-git-lazygit.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 nvim/.config/nvim/lua/lazy-plugins/editor-git-lazygit.lua diff --git a/nvim/.config/nvim/lua/lazy-plugins/editor-git-lazygit.lua b/nvim/.config/nvim/lua/lazy-plugins/editor-git-lazygit.lua deleted file mode 100644 index 4770c52..0000000 --- a/nvim/.config/nvim/lua/lazy-plugins/editor-git-lazygit.lua +++ /dev/null @@ -1,19 +0,0 @@ -return { - "kdheepak/lazygit.nvim", - cmd = { - "LazyGit", - "LazyGitConfig", - "LazyGitCurrentFile", - "LazyGitFilter", - "LazyGitFilterCurrentFile", - }, - -- optional for floating window border decoration - dependencies = { - "nvim-lua/plenary.nvim", - }, - -- setting the keybinding for LazyGit with 'keys' is recommended in - -- order to load the plugin when the command is run for the first time - keys = { - { "hg", "LazyGit", desc = "Open lazy git" }, - }, -}