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" }, - }, -}