diff --git a/.config/nvim/lua/bumpsoo/plugins/lazygit.lua b/.config/nvim/lua/bumpsoo/plugins/lazygit.lua new file mode 100644 index 0000000..b753609 --- /dev/null +++ b/.config/nvim/lua/bumpsoo/plugins/lazygit.lua @@ -0,0 +1,16 @@ +return { + "kdheepak/lazygit.nvim", + cmd = { + "LazyGit", + "LazyGitConfig", + "LazyGitCurrentFile", + "LazyGitFilter", + "LazyGitFilterCurrentFile", + }, + dependencies = { + "nvim-lua/plenary.nvim", + }, + keys = { + { "lg", "LazyGit", desc = "LazyGit" } + } +}